Rubics-Xuan / TransBTS

This repo provides the official code for : 1) TransBTS: Multimodal Brain Tumor Segmentation Using Transformer (https://arxiv.org/abs/2103.04430) , accepted by MICCAI2021. 2) TransBTSV2: Towards Better and More Efficient Volumetric Segmentation of Medical Images(https://arxiv.org/abs/2201.12785).
Apache License 2.0
386 stars 81 forks source link

About validation set and test set #36

Open Lnan1615 opened 2 years ago

Lnan1615 commented 2 years ago

I divided my data into training sets, validation sets, and test sets. When training, I use "mode=train", but when I learn the code, I find that the validation set is not in training, and there is no parameter adjustment. In test.py, although there is an option to opt out of validation at training time, the setup of a single dataset file does not satisfy both validation and testing. 我将我的数据分为训练集、验证集和测试集。训练时,使用"mode=train",但我学习代码时发现验证集并没有进入训练,没有进行参数调整.在test.py中,尽管有选择在训练时未进行验证的选项,但只有一个数据集文件的设置, 并不能同时满足验证和测试。