These are all the toy examples in tensorpack. They are supposed to be just demos.
These are the only toy examples in tensorpack. They are supposed to be just demos.
+[An illustrative MNIST example with explanation of the framework](basics/mnist-convnet.py)
+ Tensorpack supports any symbolic libraries. See the same MNIST example written with [tf.layers](basics/mnist-tflayers.py), [tf-slim](basics/mnist-tfslim.py), and [with weights visualizations](basics/mnist-visualizations.py)
+ A tiny [Cifar ConvNet](basics/cifar-convnet.py) and [SVHN ConvNet](basics/svhn-digit-convnet.py)
...
...
@@ -27,7 +28,7 @@ These are all the toy examples in tensorpack. They are supposed to be just demos
| Name | Performance |
| --- | --- |
| Train [ResNet](ResNet), [ShuffleNet and other models](ImageNetModels) on ImageNet | reproduce paper |
| [Train Mask/Faster R-CNN on COCO](FasterRCNN) | reproduce paper |
| [Train Mask/Faster R-CNN on COCO](FasterRCNN)| reproduce paper |