tree: 25f494084a661cafc517a9602891e91d116da690 [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-v1-fp16.py
  12. resnet.py
  13. resnet_fp16.py
  14. resnext.py
  15. 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