BiomedSciAI / histocartography

A standardized Python API with necessary preprocessing, machine learning and explainability tools to facilitate graph-analytics in computational pathology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

sina1303 opened this issue · comments

I get this error after installation
Help me please

return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)

File "E:\anime\pythonProject1seg.venv\lib\site-packages\torch\serialization.py", line 777, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, '\x0a'.

Did you find the solution to the problem? I am getting the same error