- Fix freezing of the learning phase in V2 graph functions mode for Keras.
- Make learning phase value thread-local in eager, to prevent `set_learning_phase` from affecting other threads. In graph mode it is graph-local. - Publicly expose `learning_phase_scope`, which was meant to be public but has been forgotten in API exports. PiperOrigin-RevId: 230603630
Loading
Please sign in to comment