jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

Keeping track of progress? #258

Open I-CANT-CODE opened 5 years ago

I-CANT-CODE commented 5 years ago

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?

soroushr commented 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.