@@ -55,10 +55,7 @@ while ensuring maximum control and simplicity
5555- [ Documentation] ( #documentation )
5656- [ Structure] ( #structure )
5757- [ Examples] ( #examples )
58- * [ MNIST Example] ( #mnist-example )
5958 * [ Tutorials] ( #tutorials )
60- * [ Distributed CIFAR10 Example] ( #distributed-cifar10-example )
61- * [ Other Examples] ( #other-examples )
6259 * [ Reproducible Training Examples] ( #reproducible-training-examples )
6360- [ Communication] ( #communication )
6461- [ Contributing] ( #contributing )
@@ -302,7 +299,7 @@ Few pointers to get you started:
302299
303300- [ Quick Start Guide: Essentials of getting a project up and running] ( https://pytorch.org/ignite/quickstart.html )
304301- [ Concepts of the library: Engine, Events & Handlers, State, Metrics] ( https://pytorch.org/ignite/concepts.html )
305- - [ Full-featured template examples for common tasks] ( ) <!-- TODO -->
302+ - [ Full-featured template examples for common tasks] ( ) (coming soon ...)
306303
307304
308305<!-- ############################################################################################################### -->
@@ -359,8 +356,8 @@ Complete list of examples can be found [here](https://pytorch.org/ignite/example
359356Inspired by [ torchvision/references] ( https://github.com/pytorch/vision/tree/master/references ) ,
360357we provide several reproducible baselines for vision tasks:
361358
362- - [ ImageNet] ( examples/references/classification/imagenet ) - logs on Ignite Trains server coming soon
363- - [ Pascal VOC2012] ( examples/references/segmentation/pascal_voc2012 ) - logs on Ignite Trains server coming soon
359+ - [ ImageNet] ( examples/references/classification/imagenet ) - logs on Ignite Trains server coming soon ...
360+ - [ Pascal VOC2012] ( examples/references/segmentation/pascal_voc2012 ) - logs on Ignite Trains server coming soon ...
364361
365362Features:
366363
0 commit comments