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
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: