https://github.com/joddiy/singa-onnx
singa to onnx
https://github.com/joddiy/singa-onnx
Last synced: 3 months ago
JSON representation
singa to onnx
- Host: GitHub
- URL: https://github.com/joddiy/singa-onnx
- Owner: joddiy
- License: mit
- Created: 2019-07-29T02:45:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T06:44:29.000Z (over 6 years ago)
- Last Synced: 2025-01-09T20:47:49.843Z (5 months ago)
- Language: Jupyter Notebook
- Size: 27.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# singa-onnx
singa to onnx# mlp.py
- create singa autograd computing graph and save onnx model# read-onnx
- read onnx model and use caffe to implement it# mlponnx2singa
- read onnx model and create singa computing graph# support layers
- LeakyRelu
- Softmax
- AddBias
- Add
- MatMul
- Flatten
- since onnx have not support save optimizer so we cannot save singa optimizer# autograd.py
- computing graph and the code to save onnx model# singa verion
- singa.__version__:1101
- installed from conda