Skip to content

Latest commit

 

History

History
 
 

README.md

McTorch Examples

Examples for using McTorch will be added here with respective source in example files.

How to Run

After installation of McTorch with GPU support is completed -

pip install torchvision==0.6.0 --no-deps # no deps is required since there is a hard dependency on torch 1.5.0 and it tries to install torch instead of using mctorch
pip install Pillow
pip install sklearn
pip install matplotlib
pip install jupyter
jupyter notebook # this will open jupyter notebook in the browser, where you can run and view the exisiting notebook files

References

Some more great examples of using pytorch for image classification here -