microsoft / GLIP

Grounded Language-Image Pre-training
MIT License
2.07k stars 186 forks source link

How to run my own dataset #132

Open small-code-cat opened 10 months ago

small-code-cat commented 10 months ago

Excuse me, if I need to develop a second time based on GLIP and migrate its pre-trained model to my own downstream task (my own dataset), should I use fine tuning or prompt tuning? What is the corresponding command? Additionally, What is the difference between tools/train_net.py and tools/finetune.py?