Skip to content

Commit 62ca977

Browse files
committed
[keras/saving/legacy/saved_model/save.py] Decompound
1 parent 1e55573 commit 62ca977

File tree

1 file changed

+1
-1
lines changed
  • keras/saving/legacy/saved_model

1 file changed

+1
-1
lines changed

keras/saving/legacy/saved_model/save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def save(
6464
save_traces: (only applies to SavedModel format) When enabled, the
6565
SavedModel will store the function traces for each layer. This
6666
can be disabled, so that only the configs of each layer are stored.
67-
Disabling this will decrease serialization time and filesize, but
67+
Disabling this will decrease serialization time and file size, but
6868
it requires that all custom layers/models implement a
6969
`get_config()` method. Defaults to `True`.
7070

0 commit comments

Comments
 (0)