Skip to content

Model path not found #1

@t-sanchez

Description

@t-sanchez

The source installation looks for the model path at the wrong place:

srqc_inference --dataset 2025_05_dHCP_fetal_table_for_fetmrqc_iqms_for_thomas.csv --out_csv pred.csv
Traceback (most recent call last):
  File "/home/tsanchez/miniconda3/envs/fet3/bin/srqc_inference", line 8, in <module>
    sys.exit(main())
  File "/home/tsanchez/miniconda3/envs/fet3/lib/python3.9/site-packages/fetmrqc_sr/cli/inference.py", line 131, in main
    model = joblib.load(args.model_path)
  File "/home/tsanchez/miniconda3/envs/fet3/lib/python3.9/site-packages/joblib/numpy_pickle.py", line 735, in load
    with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/tsanchez/miniconda3/envs/fet3/lib/python3.9/site-packages/fetmrqc_sr/data/models/fetmrqc_SR_full_qcglobal.joblib'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions