jeya-maria-jose / Medical-Transformer

Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image Segmentation" - MICCAI 2021
MIT License
791 stars 176 forks source link

val_dataset is Test_dataset? #79

Closed WYC-321 closed 1 year ago

WYC-321 commented 1 year ago

Hello, the paper only has the division information of the training set and the test set, and does not mention the validation set. I don't know how to get the final model. Get the metrics on the test set every 10 epochs during training, and use the best results as the reported results in the paper after 400 epochs?

jeya-maria-jose commented 1 year ago

Yes, we test set every 10 epochs during training, and use the best results as the reported results after 400 epochs.