Supports all values that can be represented as a string
callback_csv_logger(filename, separator = ",", append = FALSE)
filename of the csv file, e.g. 'run/log.csv'.
string used to separate elements in the csv file.
TRUE
: append if file exists (useful for continuing training).
FALSE
: overwrite existing file,