Skip to content

105304039/clearml_torch_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clearml_torch_mnist

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