Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

File metadata and controls

19 lines (13 loc) · 370 Bytes

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