From d67425196fab9368d1635ccf1427d15833a2a7b1 Mon Sep 17 00:00:00 2001 From: zchoi Date: Sun, 24 Jul 2022 10:27:34 +0000 Subject: [PATCH] update --- train_iterative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_iterative.py b/train_iterative.py index 1cdb992..446181c 100644 --- a/train_iterative.py +++ b/train_iterative.py @@ -508,7 +508,7 @@ def main(): cfg.dataset.appearance_feat = os.path.join(cfg.dataset.data_dir, cfg.dataset.appearance_feat.format(cfg.dataset.name, cfg.dataset.question_type)) cfg.dataset.motion_feat = os.path.join(cfg.dataset.data_dir, cfg.dataset.motion_feat.format(cfg.dataset.name, cfg.dataset.question_type)) - cfg.dataset.object_feat = '/mnt/hdd2/zhanghaonan/object_features.h5' + cfg.dataset.object_feat = 'data/tgif-qa/tgif-qa_object_feat.h5' else: cfg.dataset.question_type = 'none' cfg.dataset.appearance_feat = '{}_appearance_feat.h5'