This function writes an empty log file for loss information.
Value
Function does nothing return. It writes a log file at the given location. The file is a .csv file that contains three rows. The first row takes the value for the training, the second for the validation, and the third row for the test data. The columns represent epochs.
See also
Other Utils Log Developers:
cat_message()
,
clean_pytorch_log_transformers()
,
output_message()
,
print_message()
,
read_log()
,
read_loss_log()
,
reset_log()
,
write_log()