sdemyanov / tensorflow-worklabLinks
This set of files is an example of how to use Tensorflow for importing and retraining an existing model, such as ResNet. The goal of this example is to separate all functionality on several classes, so it is easy to modify the parameters and run the models, while still having all code not too deep inside.
☆24Updated 8 years ago
Alternatives and similar repositories for tensorflow-worklab
Users that are interested in tensorflow-worklab are comparing it to the libraries listed below
Sorting:
- Reference caffe implementation of LSUV initialization☆114Updated 7 years ago
- Code for Recurrent Spatial Transformer Networks☆162Updated 9 years ago
- DPPnet: Image Question Answering using Convolutional Neural Network with Dynamic Parameter Prediction☆95Updated 9 years ago
- visualizing what ConvNets learn with camera☆89Updated 9 years ago
- ☆121Updated 8 years ago
- Reproduction of some of the results from 'Identity Mappings in Deep Residual Networks'☆72Updated 9 years ago
- ☆69Updated 8 years ago
- Dynamic Capacity Networks using Tensorflow☆52Updated 8 years ago
- Conditional generative adversarial networks for convolutional face generation☆100Updated 9 years ago
- Deep residual learning on CIFAR10 with TensorFlow☆63Updated 9 years ago
- An attempt to implement the recurrent attention model (RAM) from "Recurrent Models of Visual Attention" (Mnih+ 2014)