Home

Awesome

Learning PyTorch

Just one of the things I'm learning. https://github.com/hchiam/learning

https://pytorch.org

https://pytorch.org/get-started/locally --> this website automatically suggests how to install locally

e.g.:

conda install pytorch torchvision -c pytorch

or I think I prefer this:

pip3 install torch torchvision

or minimally just:

pip3 install torch

There's much more in the docs, but here's a sample of some interesting pages:

Demo

# creates model.pth:
python3 demo_run_save_model.py

# and now model.pth can be used by:
python3 demo_use_model.py

Running PyTorch from C# or .Net

Stable Diffusion Colab

https://colab.research.google.com/drive/1roZqqhsdpCXZr8kgV_Bx_ABVBPgea3lX