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
in drugex2,I've met this issue:
Traceback (most recent call last):
File "F:\drugex-v2.0\drugex-v2.0\trainer.py", line 27, in
A1 = utils.Predictor('output/single/DNN_%s_CHEMBL226_4.pkg' % z, type=z)
File "F:\drugex-v2.0\drugex-v2.0\utils\objective.py", line 27, in init
self.model = joblib.load(path)
File "F:\Anaconda3\envs\david4\lib\site-packages\joblib\numpy_pickle.py", line 587, in load
obj = _unpickle(fobj, filename, mmap_mode)
File "F:\Anaconda3\envs\david4\lib\site-packages\joblib\numpy_pickle.py", line 506, in _unpickle
obj = unpickler.load()
File "F:\Anaconda3\envs\david4\lib\pickle.py", line 1088, in load
dispatchkey[0]
File "F:\Anaconda3\envs\david4\lib\pickle.py", line 1123, in load_persid
"persistent IDs in protocol 0 must be ASCII strings")
_pickle.UnpicklingError: persistent IDs in protocol 0 must be ASCII strings
The text was updated successfully, but these errors were encountered:
in drugex2,I've met this issue:
Traceback (most recent call last):
File "F:\drugex-v2.0\drugex-v2.0\trainer.py", line 27, in
A1 = utils.Predictor('output/single/DNN_%s_CHEMBL226_4.pkg' % z, type=z)
File "F:\drugex-v2.0\drugex-v2.0\utils\objective.py", line 27, in init
self.model = joblib.load(path)
File "F:\Anaconda3\envs\david4\lib\site-packages\joblib\numpy_pickle.py", line 587, in load
obj = _unpickle(fobj, filename, mmap_mode)
File "F:\Anaconda3\envs\david4\lib\site-packages\joblib\numpy_pickle.py", line 506, in _unpickle
obj = unpickler.load()
File "F:\Anaconda3\envs\david4\lib\pickle.py", line 1088, in load
dispatchkey[0]
File "F:\Anaconda3\envs\david4\lib\pickle.py", line 1123, in load_persid
"persistent IDs in protocol 0 must be ASCII strings")
_pickle.UnpicklingError: persistent IDs in protocol 0 must be ASCII strings
The text was updated successfully, but these errors were encountered: