mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
parent
277d7946f5
commit
570c30cf1b
@ -263,9 +263,11 @@ def main():
|
|||||||
else:
|
else:
|
||||||
dir_time_str = args.reuse
|
dir_time_str = args.reuse
|
||||||
logger.info(f'Reusing experiements from {dir_time_str}')
|
logger.info(f'Reusing experiements from {dir_time_str}')
|
||||||
elif args.mode in ['eval', 'viz']:
|
elif args.mode in ['eval', 'viz'] and not args.read_from_station:
|
||||||
raise ValueError('You must specify -r or --reuse when running in eval '
|
raise ValueError(
|
||||||
'or viz mode!')
|
'You must specify -r or --reuse, or you have to specify '
|
||||||
|
'--read-from-station and --station-path when running in eval '
|
||||||
|
'or viz mode!')
|
||||||
|
|
||||||
# update "actual" work_dir
|
# update "actual" work_dir
|
||||||
cfg['work_dir'] = osp.join(cfg.work_dir, dir_time_str)
|
cfg['work_dir'] = osp.join(cfg.work_dir, dir_time_str)
|
||||||
|
@ -210,7 +210,7 @@ def save_to_station(cfg, args):
|
|||||||
i for i in cfg['judge_models']
|
i for i in cfg['judge_models']
|
||||||
if 'judged-by--' + model_abbr_from_cfg(i) ==
|
if 'judged-by--' + model_abbr_from_cfg(i) ==
|
||||||
model_abbr_from_cfg(model_pair[1])
|
model_abbr_from_cfg(model_pair[1])
|
||||||
]
|
][0]
|
||||||
|
|
||||||
this_cfg = {
|
this_cfg = {
|
||||||
'models': model_cfg,
|
'models': model_cfg,
|
||||||
|
Loading…
Reference in New Issue
Block a user