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
I am running into this error with photonai version 2.5.0
>>> fmodel = Hyperpipe.load_optimum_pipe(best_model_file)
Could not load meta information for optimum pipe
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/brain_age_venv3/lib/python3.9/site-packages/photonai/base/hyperpipe.py", line 1482, in load_optimum_pipe
return PhotonModelPersistor.load_optimum_pipe(file, password)
File "/home/brain_age_venv3/lib/python3.9/site-packages/photonai/base/hyperpipe.py", line 1714, in load_optimum_pipe
element_list = PhotonModelPersistor.load_elements(folder=load_folder)
File "/home/brain_age_venv3/lib/python3.9/site-packages/photonai/base/hyperpipe.py", line 1634, in load_elements
with open(os.path.join(folder, BLUEPRINT_FILE), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/ENIGMAmodels/ENIGMA_MDD_females/_optimum_pipe_blueprint.pkl'
The file does exist however
>>> from pathlib import Path
>>> Path(best_model_file).exists()
True
Pyhton version = 3.9.2. Here is a snapshot of my environment:
I am running into this error with photonai version 2.5.0
The file does exist however
Pyhton version = 3.9.2. Here is a snapshot of my environment:
Also, I am using a Linux 8.6 (Ootpa) if that helps :)
The text was updated successfully, but these errors were encountered: