https://github.com/fabioperez/pytorch-examples
Tutorials, examples, and projects implemented with PyTorch
https://github.com/fabioperez/pytorch-examples
deep-learning deep-neural-networks examples machine-learning pytorch tutorials
Last synced: 24 days ago
JSON representation
Tutorials, examples, and projects implemented with PyTorch
- Host: GitHub
- URL: https://github.com/fabioperez/pytorch-examples
- Owner: fabioperez
- License: mit
- Created: 2018-03-31T21:26:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T00:27:06.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T23:11:18.200Z (about 1 month ago)
- Topics: deep-learning, deep-neural-networks, examples, machine-learning, pytorch, tutorials
- Language: Jupyter Notebook
- Homepage:
- Size: 14.4 MB
- Stars: 77
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyTorch Examples
This repository contains tutorials, examples, and projects implemented with PyTorch. Feel free to collaborate!
## Notebooks
* [Data Augmentation for Computer Vision with PyTorch: Image Classification](notebooks/PyTorch_Data_Augmentation_Image_Classification.ipynb)
* [Data Augmentation for Computer Vision with PyTorch: Image Segmentation](notebooks/PyTorch_Data_Augmentation_Image_Segmentation.ipynb)
* [Inception's Dense Cropping (144-Crop)](notebooks/144-Crop.ipynb)