tensorflow-eager
There are 14 repositories under tensorflow-eager topic.
matteo-dunnhofer/imagenet
TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset
penny4860/tf2-eager-yolo3
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).
tensorfreitas/Temporal-Ensembling-for-Semi-Supervised-Learning
Implementation of Temporal Ensembling for Semi-Supervised Learning by Laine et al. with tensorflow eager execution
yashkant/padam-tensorflow
Reproducing the paper "PADAM: Closing The Generalization Gap of Adaptive Gradient Methods In Training Deep Neural Networks" for the ICLR 2019 Reproducibility Challenge
KarenUllrich/binary-VAE
A minimal implementation of a VAE with BinConcrete (relaxed Bernoulli) latent distribution in TensorFlow.
kenya-sk/mc_dropout_tensorflow
This repository reimplemented "MC Dropout" by tensorflow 2.0 Eager Extension.
kristpapadopoulos/categorical-variational-autoencoder
Keras, Tensorflow eager execution implementation of Categorical Variational Autoencoder
Phu-archive/Learning2RL
Implementation of the paper Learning to reinforcement learn(https://arxiv.org/abs/1611.05763)
zakizhou/Eager-loves-Graph
This repo is useless after TF 2.0 is released, `tf.function` does everything to convert a eager function to graph
khirotaka/tf_eager_samples
Samples of TensorFlow Eager Execution
wataruhashimoto52/tensorflow-models
Deep Learning Models using Tensorflow & Keras
Ankit01Mishra/PIX_2_PIX
In this project I tried to replicate tensorflow pix to pix model on different dataset.