Traning MNIST by CNN with Pytorch and deploying on ClearML. Here I use an agent to execute the experiment remotely.
File name | Description |
---|---|
main.py | Demonstrates whole flow from agent initialization to model training (This script is incomplete since there are some variables left blank) |
requirements.txt | Packages required |
torch_script.py | The script of traning MNIST by CNN with Pytorch |