tree: b8f09b4d10c87449ca8c5c8c06e8a88bb4f2170c [path history] [tgz]
  1. __init__.py
  2. alexnet.py
  3. googlenet.py
  4. inception-bn.py
  5. inception-resnet-v2.py
  6. inception-v3.py
  7. lenet.py
  8. mlp.py
  9. README.md
  10. resnet.py
  11. resnext.py
  12. vgg.py
example/image-classification/symbol/README.md

Symbol

This fold contains definition of various networks. To add a new network, please use the following format.

Python

  • A file implements one network proposed in a paper, with the network name as the filename.
  • Mention the paper and the modifications made if any at the beginning of the file.
  • Indicate how to reproduce the accuracy numbers in the paper if it is not straightforward
  • Provide a function get_symbol() that return the network