Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing config #3

Open
aalex1945 opened this issue Nov 14, 2024 · 0 comments
Open

missing config #3

aalex1945 opened this issue Nov 14, 2024 · 0 comments

Comments

@aalex1945
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant