eager-execution topic

List eager-execution repositories

eagerpy

693
Stars
39
Forks
Watchers

PyTorch, TensorFlow, JAX and NumPy — all of them natively using the same code

tfdiffeq

215
Stars
52
Forks
Watchers

Tensorflow implementation of Ordinary Differential Equation Solvers with full GPU support

MNasNet-Keras-Tensorflow

98
Stars
29
Forks
Watchers

A Tensorflow Keras implementation (Graph and eager execution) of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

TensorFlow-NEAT

119
Stars
32
Forks
Watchers

TensorFlow Eager implementation of NEAT and Adaptive HyperNEAT

tf-eager-fasterrcnn

88
Stars
43
Forks
Watchers

Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 eager execution.

tf-deformable-conv-layer

81
Stars
37
Forks
Watchers

TensorFlow implementation of Deformable Convolutional Layer

tensorflow-maml

84
Stars
20
Forks
Watchers

TensorFlow 2.0 implementation of MAML.

tf-dropblock

80
Stars
18
Forks
Watchers

TensorFlow implementation of DropBlock

NMT-with-Attention-Mechanism

24
Stars
12
Forks
Watchers

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