Skip to content

Commit

Permalink
Update train_stage2.py
Browse files Browse the repository at this point in the history
refers #20
  • Loading branch information
hobincar authored Dec 10, 2019
1 parent 7698510 commit 256bbc4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configs/train_stage2.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ class VocabConfig:


class MSVDLoaderConfig:
n_train = 1200
n_val = 100
n_test = 670

total_caption_fpath = "data/MSVD/metadata/MSR Video Description Corpus.csv"
train_caption_fpath = "data/MSVD/metadata/train.csv"
val_caption_fpath = "data/MSVD/metadata/val.csv"
Expand All @@ -39,10 +35,6 @@ class MSVDLoaderConfig:


class MSRVTTLoaderConfig:
n_train = 5175
n_val = 398
n_test = 2354

total_caption_fpath = "data/MSR-VTT/metadata/total.json"
train_caption_fpath = "data/MSR-VTT/metadata/train.json"
val_caption_fpath = "data/MSR-VTT/metadata/val.json"
Expand Down

0 comments on commit 256bbc4

Please sign in to comment.