Skip to content

Commit 3951224

Browse files
Merge pull request #666 from RenuPatelGoogle/patch-1
Adding more details on separator Args for CSVlogger
2 parents 6c36fbc + fb2767e commit 3951224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf_keras/callbacks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,6 +3165,7 @@ class CSVLogger(Callback):
31653165
Args:
31663166
filename: Filename of the CSV file, e.g. `'run/log.csv'`.
31673167
separator: String used to separate elements in the CSV file.
3168+
Separator string ("delimiter") must be a 1-character string.
31683169
append: Boolean. True: append if file exists (useful for continuing
31693170
training). False: overwrite existing file.
31703171
"""

0 commit comments

Comments
 (0)