tree: 40cf9b1c8a71c404d571e2b1f743aec6156afd77 [path history] [tgz]
  1. __init__.py
  2. alexnet.py
  3. alexnet_fp16.py
  4. googlenet.py
  5. inception-bn.py
  6. inception-resnet-v2.py
  7. inception-v3.py
  8. lenet.py
  9. mlp.py
  10. README.md
  11. resnet.py
  12. resnet_fp16.py
  13. resnext.py
  14. vgg.py
example/image-classification/symbols/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