/pytorch-get-started

Get started with PyTorch

Primary LanguagePythonApache License 2.0Apache-2.0

pytorch-get-started

Get started with PyTorch

  • Windows
  • Python 3.11
  • GPU

Install Deps

pip install -r requirements.txt

Run

Many code snippets are stored in src, to run these codes, one can execute as below.

cd src
python 001.using_the_multipretrained_weight_api.py

Tutorials

Tensor Basics

Compute Engine Related

Models