Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raffaeleterribile/pytorch-tutorials
https://github.com/raffaeleterribile/pytorch-tutorials
python pytorch
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/pytorch-tutorials
- Owner: raffaeleterribile
- Created: 2022-03-01T21:40:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T17:39:12.000Z (over 2 years ago)
- Last Synced: 2023-07-19T19:45:00.017Z (over 1 year 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