Skip to content

TRAIN.FINETUNE: command not found` #2

@Joan-gao

Description

@Joan-gao

hi, I followed install instruction, but in eval phase I have follow error:
Traceback (most recent call last): File "run_net_emamix.py", line 44, in <module> main() File "run_net_emamix.py", line 23, in main cfg = load_config(args) File "D:\files\AndroidStudioProjects\SVFormer\timesformer\utils\parser.py", line 77, in load_config cfg.merge_from_file(args.cfg_file) File "D:\program_files\anaconda\envs\svformer\lib\site-packages\fvcore\common\config.py", line 121, in merge_from_file self.merge_from_other_cfg(loaded_cfg) File "D:\program_files\anaconda\envs\svformer\lib\site-packages\fvcore\common\config.py", line 132, in merge_from_other_cfg return super().merge_from_other_cfg(cfg_other) File "D:\program_files\anaconda\envs\svformer\lib\site-packages\yacs\config.py", line 217, in merge_from_other_cfg _merge_a_into_b(cfg_other, self, self, []) File "D:\program_files\anaconda\envs\svformer\lib\site-packages\yacs\config.py", line 478, in _merge_a_into_b _merge_a_into_b(v, b[k], root, key_list + [k]) File "D:\program_files\anaconda\envs\svformer\lib\site-packages\yacs\config.py", line 491, in _merge_a_into_b raise KeyError("Non-existent config key: {}".format(full_key)) KeyError: 'Non-existent config key: TRAIN.GAMMA' train.sh: line 10: TRAIN.FINETUNE: command not found
I wonder how to deal with this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions