We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm new to MedCATtrainer. When I click on a project I'm met with this error and not sure where I've gone wrong. Any help would be greatly appreciated.
Error: invalid load key, '<'. Full Error:
Traceback (most recent call last): File "/home/api/./api/views.py", line 256, in prepare_documents cat = get_medcat(CDB_MAP=CDB_MAP, VOCAB_MAP=VOCAB_MAP, File "/home/api/./api/utils.py", line 299, in get_medcat cdb = CDB.load(cdb_path) File "/usr/local/lib/python3.10/site-packages/medcat/cdb.py", line 477, in load cdb = ser.deserialize(CDB) File "/usr/local/lib/python3.10/site-packages/medcat/utils/saving/serializer.py", line 167, in deserialize data = dill.load(f) File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 287, in load return Unpickler(file, ignore=ignore, **kwds).load() File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 442, in load obj = StockUnpickler.load(self) _pickle.UnpicklingError: invalid load key, '<'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm new to MedCATtrainer. When I click on a project I'm met with this error and not sure where I've gone wrong. Any help would be greatly appreciated.
Error: invalid load key, '<'.
Full Error:
Traceback (most recent call last):
File "/home/api/./api/views.py", line 256, in prepare_documents
cat = get_medcat(CDB_MAP=CDB_MAP, VOCAB_MAP=VOCAB_MAP,
File "/home/api/./api/utils.py", line 299, in get_medcat
cdb = CDB.load(cdb_path)
File "/usr/local/lib/python3.10/site-packages/medcat/cdb.py", line 477, in load
cdb = ser.deserialize(CDB)
File "/usr/local/lib/python3.10/site-packages/medcat/utils/saving/serializer.py", line 167, in deserialize
data = dill.load(f)
File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 287, in load
return Unpickler(file, ignore=ignore, **kwds).load()
File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 442, in load
obj = StockUnpickler.load(self)
_pickle.UnpicklingError: invalid load key, '<'.
The text was updated successfully, but these errors were encountered: