Open aaronhd opened 3 years ago
We have provide several config files for different models, like Reldn, IMP, GRCNN, etc.
For example, if you want to train a Reldn model, you can use following command:
python tools/train_sg_net.py --config-file sgg_configs/vg_vrd/rel_danfeiX_FPN50_reldn.yam
Hi,
I try to train a model following "python tools/train_sg_net.py --config-file "/path/to/config/file.yaml" ". But I confuse which config.file I need to use, can you share more details about training config files?
Thank you very much!