aitorzip / PyTorch-SRGAN

A modern PyTorch implementation of SRGAN
https://arxiv.org/abs/1609.04802
GNU General Public License v3.0
359 stars 92 forks source link

Tensorboard #9

Open weizequan opened 6 years ago

weizequan commented 6 years ago

Hi, i run your code, and the log file store in logs/cifar100-16-0.0001-0.0001/events.out.tfevents.1510472514.nlpr.
And then i run the command line: tensorboard --logdir=logs/cifar100-16-0.0001-0.0001,
the output result: TensorBoard 0.1.4 at http://nlpr:6006 (Press CTRL+C to quit)

then i open the link http://nlpr:6006 at google chrome, but it fails.