Cadene / murel.bootstrap.pytorch

MUREL (CVPR 2019), a multimodal relational reasoning module for VQA
https://arxiv.org/abs/1902.09487
BSD 3-Clause "New" or "Revised" License
195 stars 24 forks source link

Overfitting!!! #24

Open Einstone-rose opened 3 years ago

Einstone-rose commented 3 years ago

Hi, when training based on your default parameters on VQA task ( dropout_input: 0.1, dropout_pre_lin: 0.0, dropout_output: 0.0), Isn't that overfitting? when I training the model , the val score is only 0.24. What parameters do you use, please provide the details, thanks a lot!