TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset
- Updated
Jan 19, 2019 - Python
TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset
Yolo-v3 model was implemented with tf2 eager style. I also implemented the eager model's training function and applied it to other datasets (digit detector, vehicle detector).
Implementation of Temporal Ensembling for Semi-Supervised Learning by Laine et al. with tensorflow eager execution
Reproducing the paper "PADAM: Closing The Generalization Gap of Adaptive Gradient Methods In Training Deep Neural Networks" for the ICLR 2019 Reproducibility Challenge
A minimal implementation of a VAE with BinConcrete (relaxed Bernoulli) latent distribution in TensorFlow.
Keras, Tensorflow eager execution implementation of Categorical Variational Autoencoder
Samples of TensorFlow Eager Execution
Add a description, image, and links to the tensorflow-eager topic page so that developers can more easily learn about it.
To associate your repository with the tensorflow-eager topic, visit your repo's landing page and select "manage topics."