jet-c-21 / PyTorch-Playground

The implemented code from THIS TUTORIAL on YouTube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch-Playground

The implemented code from THIS TUTORIAL on YouTube

Environment

  • conda
conda create --name pytorch python=3.8 -y
  • Jupyter Kernel
conda activate pytorch && \
pip install ipykernel && \
python -m ipykernel install --user --name pytorch --display-name "Pytorch Playground"
  • torch with GPU
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

About

The implemented code from THIS TUTORIAL on YouTube


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%