Fix spelling in saver.py
PiperOrigin-RevId: 256414539
This commit is contained in:
parent
8979884e8a
commit
84bc93d748
@ -777,7 +777,7 @@ class Saver(object):
|
|||||||
TypeError: If `var_list` is invalid.
|
TypeError: If `var_list` is invalid.
|
||||||
ValueError: If any of the keys or values in `var_list` are not unique.
|
ValueError: If any of the keys or values in `var_list` are not unique.
|
||||||
RuntimeError: If eager execution is enabled and`var_list` does not specify
|
RuntimeError: If eager execution is enabled and`var_list` does not specify
|
||||||
a list of varialbes to save.
|
a list of variables to save.
|
||||||
|
|
||||||
@compatibility(eager)
|
@compatibility(eager)
|
||||||
When eager execution is enabled, `var_list` must specify a `list` or `dict`
|
When eager execution is enabled, `var_list` must specify a `list` or `dict`
|
||||||
|
Loading…
Reference in New Issue
Block a user