https://github.com/affromero/deep_learning_tutorial
https://github.com/affromero/deep_learning_tutorial
cifar-10 cnn computer-vision convolutional-neural-networks deep-learning fcn fully-convolutional-networks pascal-voc pytorch pytorch-tutorial tensorflow tensorflow-tutorials
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/affromero/deep_learning_tutorial
- Owner: affromero
- Created: 2018-02-18T21:20:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T14:46:25.000Z (over 6 years ago)
- Last Synced: 2025-04-03T12:52:42.724Z (6 months ago)
- Topics: cifar-10, cnn, computer-vision, convolutional-neural-networks, deep-learning, fcn, fully-convolutional-networks, pascal-voc, pytorch, pytorch-tutorial, tensorflow, tensorflow-tutorials
- Language: Jupyter Notebook
- Size: 54.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CNN and FCN Tutorials
----
## Requirements
- Python 2.7 or higher
- **CNN tutorial**: Tensorflow 1.5.0 - *However, it would work in older versions*
- **FCN tutorial**: Pytorch 0.2 or higher## Tip
Use this commit `e8e0197` to see the expected training outputs (mostly for **FCN** since **CNN** is not time consuming).