/PytorchNotebooks

Repository containing notebooks and other materials I am using to learn Pytorch.

Primary LanguageJupyter Notebook

PytorchNotebooks

Repository containing notebooks and other materials I am using to learn Pytorch.

Tested in Python 3.11.4 on Windows 10, using an NVidia GeForce MX350 with output from nvidia-smi: Driver Version: 551.86 CUDA Version: 12.4.

For CUDA (GPU) usage: pip install notebook numpy scipy pandas matplotlib tqdm ray[tune] and pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

Versions used:

notebook==7.2.1
numpy==1.26.0
scipy==1.14.0
pandas==2.2.2
matplotlib==3.9.1
tqdm==4.66.4
ray==2.32.0
torch==2.3.1+cu121
torchaudio==2.3.1+cu121
torchvision==0.18.1+cu121

Many tutorials come from the official site with some handy bites of information too.