Hi, I met some problems about the training results of multimodal_context.
I ran "python scripts/train.py --config=config/multimodal_context.yml" directly without modifying your original code.
However, the results showed that the FGD is 52.480 at epoch 96, which is much higher than your results discussed in the paper (3.729).
Is there something I missed? Should I modify the parameters in the config file to reproduce your result?
Hello,
No, the project should reproduce similar FGD without modifying config or code. I have confirmed this by several runs when I release the code. But running environment might affect the results.
Hi, I met some problems about the training results of multimodal_context. I ran "python scripts/train.py --config=config/multimodal_context.yml" directly without modifying your original code. However, the results showed that the FGD is 52.480 at epoch 96, which is much higher than your results discussed in the paper (3.729). Is there something I missed? Should I modify the parameters in the config file to reproduce your result?