After the operations like writer.add_scalar()
, please don’t forget to use writer.flush()
to write the buffer to the file.
PREVIOUSLinux
After the operations like writer.add_scalar()
, please don’t forget to use writer.flush()
to write the buffer to the file.