Repository navigation

#

eager-execution

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

Python
697
2 年前

Tensorflow implementation of Ordinary Differential Equation Solvers with full GPU support

Python
218
5 年前

TensorFlow Eager implementation of NEAT and Adaptive HyperNEAT

Python
121
2 年前

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

Python
99
5 年前

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

Jupyter Notebook
89
9 个月前

TensorFlow 2.0 implementation of MAML.

Jupyter Notebook
83
6 年前

TensorFlow implementation of Deformable Convolutional Layer

Python
81
4 年前

TensorFlow implementation of DropBlock

Python
79
9 个月前

Cyclic learning rate TensorFlow implementation.

Python
66
6 年前

Just another YOLO V2 implementation. Train your own dataset in a jupyter notebook!

Jupyter Notebook
49
4 年前

An example of semantic segmentation using tensorflow in eager execution.

Python
26
6 年前

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.Dataset to manage the input pipeline, Eager Execution and Model sub classing to create the model architecture.

Jupyter Notebook
24
6 年前

Header only lazy evaluation tensor math library with multi-backend parallel eager execution support (TBB, OpenMP, Parallel STL and in the future CUDA and OpenCL)

C++
10
4 年前

Implementing Style Transfer in Tensorflow 2.0, using the VGG19 network architecture, which composes the content image in the style of the reference picture, both input by the user.

Jupyter Notebook
7
5 年前

A tutorial on forward models for model-based reinforcement learning.

Jupyter Notebook
7
5 年前