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

 ##########
 File path: docs/static_site/src/pages/api/faq/distributed_training.md
 ##########
 @@ -91,7 +91,7 @@ In the case of distributed training though, we would need to 
divide the dataset
 
 Typically, this split of data for each worker happens through the data 
iterator,
 on passing the number of parts and the index of parts to iterate over.
-Some iterators in MXNet that support this feature are 
[mxnet.io.MNISTIterator]({{'/api/python/docs/api/gluon-related/_autogen/mxnet.io.MNISTIter.html#mxnet.io.MNISTIter'|relative_url}})
 and 
[mxnet.io.ImageRecordIter]({{'/api/python/docs/api/gluon-related/_autogen/mxnet.io.ImageRecordIter.html#mxnet.io.ImageRecordIter'|relative_url}}).
+Some iterators in MXNet that support this feature are 
[mxnet.io.MNISTIterator]({{'//api/mxnet/io/index.html#mxnet.io.MNISTIter'|relative_url}})
 and 
[mxnet.io.ImageRecordIter]({{'/api/mxnet/io/index.html#mxnet.io.ImageRecordIter'|relative_url}}).
 
 Review comment:
   @ThomasDelteil what are these fancy urls all about? In what context should 
they be used?

----------------------------------------------------------------
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