MNISTPytorchpythonandcapi
October 9, 2018 ยท View on GitHub
- Run main of pythontracing.py --> training the MNIST network and saving it to model.pth
- Run demo of pythontracing.py --> tracing the model.pth so it can be used in c++
- Build the example-app.cpp using CMake
- Run it!