Skip to content

The impact of the result of the first stage("Train teacher model with available labeled data only"). #5

@CStar-777

Description

@CStar-777

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions