eager-execution topic
cyclic-learning-rate
Cyclic learning rate TensorFlow implementation.
eagerpy
PyTorch, TensorFlow, JAX and NumPy — all of them natively using the same code
tfdiffeq
Tensorflow implementation of Ordinary Differential Equation Solvers with full GPU support
MNasNet-Keras-Tensorflow
A Tensorflow Keras implementation (Graph and eager execution) of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.
TensorFlow-NEAT
TensorFlow Eager implementation of NEAT and Adaptive HyperNEAT
tf-eager-fasterrcnn
Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 eager execution.
tf-deformable-conv-layer
TensorFlow implementation of Deformable Convolutional Layer
tensorflow-maml
TensorFlow 2.0 implementation of MAML.
tf-dropblock
TensorFlow implementation of DropBlock
NMT-with-Attention-Mechanism
In this project I implement Neural Machine Translation using Attention mechanism. The code is written using the TensorFlow library in Python. I have used TensorFlow functionalities like tf.data.Datase...