Simple examples using TensorFlow Eager Execution.
CPU version:
pip install tf-nightly
GPU version:
pip install tf-nightly-gpu
- mnist_eager.py : Rewrite the official MNIST tutorial with Eager mode.
Simple examples using TensorFlow Eager Execution.
CPU version:
pip install tf-nightly
GPU version:
pip install tf-nightly-gpu