aaronmarkham commented on a change in pull request #16500: Fixing broken links
URL: https://github.com/apache/incubator-mxnet/pull/16500#discussion_r335666384
 
 

 ##########
 File path: docs/python_docs/python/tutorials/packages/gluon/blocks/hybridize.md
 ##########
 @@ -294,7 +294,7 @@ def hybrid_forward(self, F, x):
 
 Would get you this error `TypeError: 'Symbol' object does not support item 
assignment`.
 
-Direct item assignment is not possible in symbolic graph since it needs to be 
part of a computational graph. One way is to use add more inputs to your graph 
and use masking or the 
[`F.where`](https://mxnet.apache.org/api/python/docs/api/ndarray/_autogen/mxnet.ndarray.where.html)
 operator.
+Direct item assignment is not possible in symbolic graph since it needs to be 
part of a computational graph. One way is to use add more inputs to your graph 
and use masking or the 
[`F.where`](/api/python/docs/api/ndarray/ndarray.htmlmxnet.ndarray.where.html) 
operator.
 
 Review comment:
   ```suggestion
   Direct item assignment is not possible in symbolic graph since it needs to 
be part of a computational graph. One way is to use add more inputs to your 
graph and use masking or the 
[F.where](/api/python/docs/api/ndarray/ndarray.html#mxnet.ndarray.where) 
operator.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to