jakeret / tf_unet

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

train and test loss #267

Open soroushr opened 5 years ago

soroushr commented 5 years ago

How is train/test splitting handled and how can it be stored in tf.summary logs (for visualizing in tensorboard)?

Several open issues (see #130, #163, #203) have discussed similar problems but I cannot find any straightforward answer to it.

The batch_x and batch_y that are used in verification are apparently already included in the training set, so this seems like an inappropriate test set (@jakeret correct me if I'm wrong).

Thanks!