Skip to content

Error in building: Error in joblib #24

@lbhnsh

Description

@lbhnsh
Found 0 images belonging to 2 classes.
Found 0 images belonging to 2 classes.
Traceback (most recent call last):
  File "/home/labhansh/ForestFireDetection/db_import_evaluate.py", line 33, in <module>
    sys.exit(main())
  File "/home/labhansh/ForestFireDetection/db_import_evaluate.py", line 28, in main
    pipeline = DBN_import_model('./Models/weights/dbn_pipeline_model.joblib')
  File "/home/labhansh/ForestFireDetection/db_import_evaluate.py", line 13, in DBN_import_model
    loaded_pipeline = load(model_filename)
  File "/home/labhansh/.local/lib/python3.10/site-packages/joblib/numpy_pickle.py", line 658, in load
    obj = _unpickle(fobj, filename, mmap_mode)
  File "/home/labhansh/.local/lib/python3.10/site-packages/joblib/numpy_pickle.py", line 577, in _unpickle
    obj = unpickler.load()
  File "/usr/lib/python3.10/pickle.py", line 1213, in load
    dispatch[key[0]](self)
KeyError: 118

I think it is some issue with joblib and the python version
although im using python 3.10 and only pip installed requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions