George Mihaila

Results 4 comments of George Mihaila

Just get the config parameters using `config = get_model_config(model_data_args)` then change the `config` values to what ever you want and then call `model = get_model(model_data_args, config)`

depends on the type of question answering.

Same issue here. Could you please update the `download.sh` file of the link: https://s3.amazonaws.com/yincui/cvpr18-caption-eval.zip. It doesn't work 😞

This is more of a Google Colab issue when trying to create the output_dir zip file from the output_dir folder. I solved this by using shutil to create the zip...