Skip to content

Commit 8ec67ed

Browse files
Adding more detail on separator Args for CSVlogger
Currently the Args Separator doesn't explain to take only the 1-char string as delimiter which may cause 'TypeError' if user uses more than 1-char string delimiter.
1 parent 7a85ad8 commit 8ec67ed

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
@@ -3164,6 +3164,7 @@ class CSVLogger(Callback):
31643164
Args:
31653165
filename: Filename of the CSV file, e.g. `'run/log.csv'`.
31663166
separator: String used to separate elements in the CSV file.
3167+
Separator string ("delimiter") must be a 1-character string.
31673168
append: Boolean. True: append if file exists (useful for continuing
31683169
training). False: overwrite existing file.
31693170
"""

0 commit comments

Comments
 (0)