You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Disable `torch.load` in `TorchModuleWrapper` when in safe mode. (#21575)
Raise an exception and explain the user about the risks.
* Propagate `safe_mode` flag to legacy h5 loading code. (#21602)
Also:
- made various error messages related to `safe_mode` more consistent
- removed no-op renaming code in legacy saving
- uncommented unit tests in `serialization_lib_test.py`
* Fix GRU with return_state=True on tf backend with cuda (#21603)
* Version bump to 3.11.3
---------
Co-authored-by: hertschuh <[email protected]>
Co-authored-by: Matt Watson <[email protected]>
0 commit comments