Open xsliu2018 opened 4 years ago
You need to use Tensorboard to view the logs. Find the log files and then run tensorboard --logdir yourlogdirectory and replace "yourlogdirectory" with the directory where your logs are. You can then access the logs at http://localhost:6006/
tensorboard --logdir yourlogdirectory
You need to use Tensorboard to view the logs. Find the log files and then run
tensorboard --logdir yourlogdirectory
and replace "yourlogdirectory" with the directory where your logs are. You can then access the logs at http://localhost:6006/