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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/sjt972/anaconda3/envs/tdc-debug/lib/python3.10/site-packages/tdc/oracles.py", line 67, in __init__
self.assign_evaluator()
File "/Users/sjt972/anaconda3/envs/tdc-debug/lib/python3.10/site-packages/tdc/oracles.py", line 109, in assign_evaluator
oracle_object = jnk3()
File "/Users/sjt972/anaconda3/envs/tdc-debug/lib/python3.10/site-packages/tdc/chem_utils/oracle/oracle.py", line 706, in __init__
self.jnk3_model = load_pickled_model(jnk3_model_path)
File "/Users/sjt972/anaconda3/envs/tdc-debug/lib/python3.10/site-packages/tdc/chem_utils/oracle/oracle.py", line 456, in load_pickled_model
model = pickle.load(f)
_pickle.UnpicklingError: invalid load key, '<'.
Expected behavior
The oracle should run and return 0.01
Environment:
OS: MacOS 14.6.1
Python version: 3.10
TDC version: 1.0.6
The text was updated successfully, but these errors were encountered:
Describe the bug
On a fresh install of
PyTDC
(in versionPyTDC==1.0.6
withscikit-learn==1.2.2
) I get anUnpicklingError
for the oracleJNK3
.When running
I get the following traceback:
Expected behavior
The oracle should run and return
0.01
Environment:
The text was updated successfully, but these errors were encountered: