/TensorFlow-Eager-Examples

Simple Examples using TensorFlow Eager Execution

Primary LanguagePython

TensorFlow-Eager-Examples

Simple examples using TensorFlow Eager Execution.

Install TensorFlow with Eager Execution Support

CPU version:

pip install tf-nightly

GPU version:

pip install tf-nightly-gpu

Examples