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

Problem with Quickstart step 3. #7

Open
fialhocoelho opened this issue Mar 15, 2021 · 1 comment
Open

Problem with Quickstart step 3. #7

fialhocoelho opened this issue Mar 15, 2021 · 1 comment

Comments

@fialhocoelho
Copy link

When I’m trying to run the step 3. from quickstart, the following error returns:

Traceback (most recent call last):

  File "run_pipeline.py", line 113, in <module>
    main(run_args)
  File "run_pipeline.py", line 86, in main
    model_config = load_config(stage, resume_id, project_config)
  File "Tracking-ML-Exa.TrkX/src/Pipelines/TrackML_Example/utils/config_utils.py", line 53, in load_config
    with open(stage_config_file) as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType

Checking the error, the function load_config() tries to open a config file with a invalid (None) path generated by find_config().

I believe the function find_config() returns None because the parameter model_library in some paths in the configuration files *.yml are set to: /global/homes/d/danieltm/ExaTrkX/Tracking-ML-Exa.TrkX/src/Pipelines/Examples/LightningModules

E.g.:

model_library: /global/homes/d/danieltm/ExaTrkX/Tracking-ML-Exa.TrkX/src/Pipelines/Examples/LightningModules

@a-akram
Copy link

a-akram commented Feb 11, 2022

Did you manage to run the step 3. from quickstart?

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

2 participants