tensorflow-eager topic

List tensorflow-eager repositories

imagenet

161
Stars
72
Forks
Watchers

TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset

tf2-eager-yolo3

76
Stars
37
Forks
Watchers

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

padam-tensorflow

51
Stars
7
Forks
Watchers

Reproducing the paper "PADAM: Closing The Generalization Gap of Adaptive Gradient Methods In Training Deep Neural Networks" for the ICLR 2019 Reproducibility Challenge

Implementation of Temporal Ensembling for Semi-Supervised Learning by Laine et al. with tensorflow eager execution

binary-VAE

21
Stars
3
Forks
Watchers

A minimal implementation of a VAE with BinConcrete (relaxed Bernoulli) latent distribution in TensorFlow.

mc_dropout_tensorflow

16
Stars
5
Forks
Watchers

This repository reimplemented "MC Dropout" by tensorflow 2.0 Eager Extension.