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