We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e55573 commit 62ca977Copy full SHA for 62ca977
keras/saving/legacy/saved_model/save.py
@@ -64,7 +64,7 @@ def save(
64
save_traces: (only applies to SavedModel format) When enabled, the
65
SavedModel will store the function traces for each layer. This
66
can be disabled, so that only the configs of each layer are stored.
67
- Disabling this will decrease serialization time and filesize, but
+ Disabling this will decrease serialization time and file size, but
68
it requires that all custom layers/models implement a
69
`get_config()` method. Defaults to `True`.
70
0 commit comments