An open API service indexing awesome lists of open source software.

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

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).