pytorch-exercise
Practical Exercise Codes for PyTorch
File Explorer
Download Latest Version (.zip)- fake_50_0.png
- fake_50_1.png
- fake_50_2.png
- fake_50_3.png
- fake_50_4.png
- fake_50_5.png
- fake_50_6.png
- fake_50_7.png
- fake_50_8.png
- fake_50_9.png
- net.py
- README.md
- solver.py
- train.py
- net.py
- README.md
- solver.py
- train.py
- utils.py
- dataset.py
- net.py
- solver.py
- train.py
- utils.py
- visualize.ipynb
- dataset.py
- net.py
- solver.py
- train.py
- utils.py
- visualize.ipynb
- net.py
- train.py
- image_1.jpg
- image_2.jpg
- image_3.jpg
- image_4.jpg
- image_5.jpg
- image_6.jpg
- image_7.jpg
- image_8.jpg
- .gitignore
- download.sh
- test.csv
- train.csv
- dataset.py
- net.py
- README.md
- solver.py
- train.py
- visdomX.py
- visualize.ipynb
- image_1.jpg
- image_2.jpg
- image_3.jpg
- image_4.jpg
- dataset.py
- net.py
- README.md
- solver.py
- train.py
- visdomX.py
- visualize.ipynb
- result_2000.png
- content.jpg
- style.jpg
- README.md
- train.py
- utils.py
- vgg.py
- dataset.py
- net.py
- solver.py
- train.py
- utils.py
- visualize.ipynb
- net.py
- solver.py
- train.py
- utils.py
- visualize.ipynb
- visdom.png
- net.py
- README.md
- train.py
- visdomX.py
- .gitignore
- README.md
- requirements.txt
# Installation Guide
git clone https://github.com/nmhkahn/pytorch-exercise
Downloads the entire project code from GitHub to your computer.
cd pytorch-exercise
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install spacy
Installs the package published on PyPI directly β no need to clone the source.
pip install nltk
Installs the package published on PyPI directly β no need to clone the source.
pip install visdom torchsummary
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install spacy
Installs the package published on PyPI directly β no need to clone the source.
python -m spacy download en
Runs the Python script (or module).
pip install nltk
Installs the package published on PyPI directly β no need to clone the source.
python -m nltk.downloader perluniprops nonbreaking_prefixes
Runs the Python script (or module).
Pulled directly from this repo's README.
