https://github.com/raffaeleterribile/pytorch-tutorials
https://github.com/raffaeleterribile/pytorch-tutorials
python pytorch
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/pytorch-tutorials
- Owner: raffaeleterribile
- Created: 2022-03-01T21:40:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T17:39:12.000Z (about 3 years ago)
- Last Synced: 2025-01-17T10:43:50.943Z (4 months ago)
- Topics: python, pytorch
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pytorch tutorials
Exercises on Pytorch
## Installation
Install Python from the official site [Ptyhon.org](https://www.python.org/).
To install packages, you can use the builtin pip or conda (from [Anaconda.org](https://anaconda.org/)).
To install packages using pip, execute this command:
> pip install --requirements requirements.txt
To install packages using conda, execute this command:
> conda env create --file environment.yaml