You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I started directly from step 2 and ran python main.py --config kmflow_re1000_rs256.yml --seed 1234 --sample_step 1 --t 240 --r 30 in the main directory of this repo, but got the following message:
Traceback (most recent call last):
File "main.py", line 112, in
sys.exit(main())
File "main.py", line 94, in main
args, config, logger, log_dir = parse_args_and_config()
File "main.py", line 40, in parse_args_and_config
dir_name = 'recons_{}_t{}_r{}_lam{}'.format(config.data.data_kw,
AttributeError: 'Namespace' object has no attribute 'data_kw'
Can you please provide the scripts used in your experiments in order for me to reproduce the results?
The text was updated successfully, but these errors were encountered:
Same issue here. It seems that there are a few things missing to get this script to actually run. If the authors could double-check this and make sure that the provided version runs, that would be greatly appreciated. From quickly glancing over the code, it seems like these are only minor issues.
Thanks in advance!
Hi! I started directly from step 2 and ran
python main.py --config kmflow_re1000_rs256.yml --seed 1234 --sample_step 1 --t 240 --r 30
in the main directory of this repo, but got the following message:Traceback (most recent call last):
File "main.py", line 112, in
sys.exit(main())
File "main.py", line 94, in main
args, config, logger, log_dir = parse_args_and_config()
File "main.py", line 40, in parse_args_and_config
dir_name = 'recons_{}_t{}_r{}_lam{}'.format(config.data.data_kw,
AttributeError: 'Namespace' object has no attribute 'data_kw'
Can you please provide the scripts used in your experiments in order for me to reproduce the results?
The text was updated successfully, but these errors were encountered: