microsoft / Recursive-Cascaded-Networks

[ICCV 2019] Recursive Cascaded Networks for Unsupervised Medical Image Registration
https://arxiv.org/abs/1907.12353
MIT License
361 stars 87 forks source link

dataset split #32

Closed w19787 closed 4 years ago

w19787 commented 4 years ago

in this project, the dataset is only split to train/val. if i understand correctly, during training process, the val splits are also involved into gradients computing. any reason we should not have test split? thanks

zsyzzsoft commented 4 years ago

The val split is for test purpose. It is not involved in gradient computing.