MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

Is a validation dataset created from train data?

Open claell opened this issue 5 years ago • 2 comments

Does this approach use validation data for the test accuracy during training or is that based on the actual test data? That would probably introduce some bias when those results are used to adjust hyperparameters.

claell avatar Mar 21 '20 12:03 claell

You can place a validation split in the "test" folder -- and only run inference on the real test as often as desired

ranahanocka avatar Mar 23 '20 15:03 ranahanocka

Alright, thanks. So out of the box there is no validation split, but it can be used as you described.

claell avatar Mar 23 '20 21:03 claell