You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
andbatch_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!
The text was updated successfully, but these errors were encountered: