Hi,
Excellent work. But I have a question that I hope you can answer.
Training is split into two consecutive steps in this project, And then, what is the impact of different training results in the first stage on the training in the second stage?
Such as I run the code twice:
python3 train_net.py --config-file ./configs/coco/instance-segmentation/maskformer2_R50_bs16_50ep.yaml --num-gpus 4 --num-machines 1 SSL.PERCENTAGE 5 SSL.TRAIN_SSL False OUTPUT_DIR out/TEACHER/COCO/ResNet50/5
The AP are 26.06(50k) and 25.56(40k) respectively. Will it have any impact on the final result if I use the “model_best.pt” of these two results separately to train the second stage("Train semi-supervised model using pretrained checkpoint").
Looking forward to your answer.
Hi,
Excellent work. But I have a question that I hope you can answer.
Training is split into two consecutive steps in this project, And then, what is the impact of different training results in the first stage on the training in the second stage?
Such as I run the code twice:
python3 train_net.py --config-file ./configs/coco/instance-segmentation/maskformer2_R50_bs16_50ep.yaml --num-gpus 4 --num-machines 1 SSL.PERCENTAGE 5 SSL.TRAIN_SSL False OUTPUT_DIR out/TEACHER/COCO/ResNet50/5The AP are 26.06(50k) and 25.56(40k) respectively. Will it have any impact on the final result if I use the “model_best.pt” of these two results separately to train the second stage("Train semi-supervised model using pretrained checkpoint").
Looking forward to your answer.