Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 6f60b9b

Browse files
thomelaneThomasDelteil
authored andcommitted
fix span issue on tutorial index (#15279)
1 parent ccbbf6b commit 6f60b9b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/tutorials/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Select API: 
9191
* [Image similiarity search with InfoGAN](/tutorials/gluon/info_gan.html)
9292
* Practitioner Guides
9393
* [Gotchas using NumPy](/tutorials/gluon/gotchas_numpy_in_mxnet.html)
94-
* [Multi-GPU training](/tutorials/gluon/multi_gpu.html)<span style="color:red"> (new!) ([Alternative](http://gluon.mxnet.io/chapter07_distributed-learning/multiple-gpus-gluon.html) <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/External_link_font_awesome.svg" alt="External link" height="15px" style="margin: 0px 0px 3px 3px;"/>)
94+
* [Multi-GPU training](/tutorials/gluon/multi_gpu.html)<span style="color:red"> (new!) </span>([Alternative](http://gluon.mxnet.io/chapter07_distributed-learning/multiple-gpus-gluon.html) <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/External_link_font_awesome.svg" alt="External link" height="15px" style="margin: 0px 0px 3px 3px;"/>)
9595
* [Checkpointing and Model Serialization (a.k.a. saving and loading)](/tutorials/gluon/save_load_params.html) <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/External_link_font_awesome.svg" alt="External link" height="15px" style="margin: 0px 0px 3px 3px;"/> ([Alternative](http://gluon.mxnet.io/chapter03_deep-neural-networks/serialization.html))
9696
* [Distributed Training](https://github.com/apache/incubator-mxnet/tree/master/example/distributed_training)
9797
* [Inference using an ONNX model](/tutorials/onnx/inference_on_onnx_model.html)
@@ -101,10 +101,9 @@ Select API:&nbsp;
101101
* [Learning Rate Schedules](/tutorials/gluon/learning_rate_schedules.html)
102102
* [Advanced Learning Rate Schedules](/tutorials/gluon/learning_rate_schedules_advanced.html)
103103
* [Profiling MXNet Models](/tutorials/python/profiler.html)
104-
* [Module to Gluon API](/tutorials/python/module_to_gluon.html)</span>
104+
* [Module to Gluon API](/tutorials/python/module_to_gluon.html)
105105
* [Gluon end to end from training to inference](/tutorials/gluon/gluon_from_experiment_to_deployment.html)
106106
* [Automatic Mixed Precision in Gluon](/tutorials/amp/amp_tutorial.html)
107-
108107
* API Guides
109108
* Core APIs
110109
* NDArray

0 commit comments

Comments
 (0)