-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I installed ml2 full and ran python -m ml2.experiment.run configs/ltl-syn/neurips21/ht.json. There was error message:
INFO:datasets:PyTorch version 2.1.2 available.
INFO:datasets:TensorFlow version 2.13.0 available.
INFO:ml2.gcp_bucket:public bucket, using anonymous client
INFO:ml2.gcp_bucket:public bucket, using anonymous client
Traceback (most recent call last):
File "E:\ProgramData\Anaconda3\envs\ml2\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "E:\ProgramData\Anaconda3\envs\ml2\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\experiment\run.py", line 11, in <module>
experiment = Experiment.from_config_file(args.config_file)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\configurable.py", line 286, in from_config_file
return cls.from_config(config=config, **kwargs)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\artifact.py", line 271, in from_config
return super().from_config(config, **kwargs)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\configurable.py", line 270, in from_config
preprocessor(config, annotations)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\configurable.py", line 229, in preprocess_nested_config
config[name] = annotations[name].from_config(value)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\artifact.py", line 271, in from_config
return super().from_config(config, **kwargs)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\configurable.py", line 270, in from_config
preprocessor(config, annotations)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\artifact.py", line 316, in preprocess_nested_artifact
base_artifact = load_artifact(value.pop("base"))
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\loading.py", line 28, in load_artifact
config_type = get_artifact_type(config)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\loading.py", line 12, in get_artifact_type
config = Artifact.fetch_config(config)
File "D:\Pros\LTL\LTL_Synthesis\ml2-main\ml2\artifact.py", line 222, in fetch_config
raise ValueError(f"Config {bucket_config_path} not found")
ValueError: Config ltl-syn/scpa-2/val\config.json not found
saying a config file was missing. I looked for the json file in folder and there wasn't a folder scpa-2 in config/ltl-syn. Where to get this config?
Metadata
Metadata
Assignees
Labels
No labels