mirror of
https://github.com/open-mmlab/mmfewshot.git
synced 2025-06-03 14:49:43 +08:00
update tfa readme. change randinit -> random_init
This commit is contained in:
parent
14eee69f81
commit
ed5ad57b24
@ -65,7 +65,7 @@ bash ./tools/detection/dist_train.sh \
|
||||
# step2: reshape the bbox head of base model for few shot fine-tuning
|
||||
python -m tools.detection.misc.initialize_bbox_head \
|
||||
--src1 work_dirs/tfa_r101_fpn_voc-split1_base-training/latest.pth \
|
||||
--method randinit \
|
||||
--method random_init \
|
||||
--save-dir work_dirs/tfa_r101_fpn_voc-split1_base-training
|
||||
|
||||
# step3: few shot fine-tuning
|
||||
|
Loading…
x
Reference in New Issue
Block a user