ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.08k stars 225 forks source link

ft_full ? #137

Open xarryon opened 2 years ago

xarryon commented 2 years ago

Does the 'full' means more iteration will be used during training compared with ft?

thomasehuang commented 2 years ago

No, ft-full means fine-tuning the entire model rather than just the final layer.