tree: fde12cad5d897a743fa5ef1327a3cc613cc6c32c [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. inception-v4.py
  9. lenet.py
  10. mlp.py
  11. README.md
  12. resnet-v1-fp16.py
  13. resnet-v1.py
  14. resnet.py
  15. resnet_fp16.py
  16. resnext.py
  17. 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