Skip to content
New issue

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

Adding mirror data make the training worse #18

Closed
gaopeng-eugene opened this issue Nov 12, 2018 · 1 comment
Closed

Adding mirror data make the training worse #18

gaopeng-eugene opened this issue Nov 12, 2018 · 1 comment

Comments

@gaopeng-eugene
Copy link

data:
batch_size: 512
data_root_dir: data
dataset: vqa_2.0
image_depth_first: false
image_fast_reader: false
image_feat_test:

  • detectron_fix_100/fc6/vqa/val2014/
    image_feat_train:
  • detectron_fix_100/fc6/vqa/train2014/
  • detectron_fix_100/fc6/vqa_mirror/train2014
    image_feat_val:
  • detectron_fix_100/fc6/vqa/val2014/
    image_max_loc: 100
    imdb_file_test:
  • imdb/imdb_minival2014.npy
    imdb_file_train:
  • imdb/imdb_train2014.npy
  • imdb/imdb_mirror_train2014.npy
    imdb_file_val:
  • imdb/imdb_val2014.npy
    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?

@YuJiang01
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants