Start using Keras graph functions during eager execution. This means that the...
Start using Keras graph functions during eager execution. This means that the code paths between V1 graph mode and eager execution are now 99% the same (identical up to the part that actually builds and executes the graph function, which is in backend.py). PiperOrigin-RevId: 221382254
Loading
Please sign in to comment