TensorFlow-Eager-Examples icon indicating copy to clipboard operation
TensorFlow-Eager-Examples copied to clipboard

Simple Examples using TensorFlow Eager Execution

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