TensorFlow FileWriter not writing to file
A combination of changing the file path from /temp/...
to temp/...
and adding summary_writer.flush()
and summary_writer.close()
made the logs be written successfully.
A combination of changing the file path from /temp/...
to temp/...
and adding summary_writer.flush()
and summary_writer.close()
made the logs be written successfully.