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 c94ebdc commit fb2767eCopy full SHA for fb2767e
tf_keras/callbacks.py
@@ -3164,7 +3164,7 @@ class CSVLogger(Callback):
3164
Args:
3165
filename: Filename of the CSV file, e.g. `'run/log.csv'`.
3166
separator: String used to separate elements in the CSV file.
3167
- Separator string ("delimiter") must be a 1-character string.
+ Separator string ("delimiter") must be a 1-character string.
3168
append: Boolean. True: append if file exists (useful for continuing
3169
training). False: overwrite existing file.
3170
"""
0 commit comments