We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data: batch_size: 512 data_root_dir: data dataset: vqa_2.0 image_depth_first: false image_fast_reader: false image_feat_test:
Hi, when I add the mirror data of training into training. The performance drop a lot for validation. Do you have any suggestion?
The text was updated successfully, but these errors were encountered:
when adding mirror data, the learning schedule also need to be adjusted. you can try our config file, which is included in https://s3-us-west-1.amazonaws.com/pythia-vqa/pretrained_models/most_data.tar.gz
Sorry, something went wrong.
No branches or pull requests
data:
batch_size: 512
data_root_dir: data
dataset: vqa_2.0
image_depth_first: false
image_fast_reader: false
image_feat_test:
image_feat_train:
image_feat_val:
image_max_loc: 100
imdb_file_test:
imdb_file_train:
imdb_file_val:
num_workers: 20
question_max_len: 14
vocab_answer_file: answers_vqa.txt
vocab_question_file: vocabulary_vqa.txt
exp_name: intrainter_baseline
Hi, when I add the mirror data of training into training. The performance drop a lot for validation.
Do you have any suggestion?
The text was updated successfully, but these errors were encountered: