Open I-CANT-CODE opened 5 years ago
tensorboard --logdir=/path/to/out_path/
will give you a link to copy in your browser where you can see all the losses and curves that this repo produces. But this repo won't include test/validation loss in those curves.
Can someone give me an idea of how to draw a graph of verification error/loss? I am not familiar with tensor board at all but if anyone has an example of how I can observe a loss graph or a verification error graph I would greatly appreciate it.
Edit: when I run tensorboard --logdur=
I get: syntax error near unexpected token `newline'
Any ideas?