I am using tensorboard logger with pytorch. I have this error when i write: configure("runs/run-1234", flush_secs=5) for step in range(1000): log_value('v1', epoch, step) log_value('v2', D_cost.data, step) what could have gone wrong?