isayev / ReLeaSE

Deep Reinforcement Learning for de-novo Drug Design
MIT License
348 stars 134 forks source link

LogP_optimization_demo-RNNPredictor #40

Open mr1528126360 opened 3 years ago

mr1528126360 commented 3 years ago

Dear author, I would like to ask,When I run this line of code: my_predictor = RNNPredictor(path_to_params, path_to_checkpoint, predictor_tokens) I received the following error: image How to solve this error, it seems to be a problem caused by OpenChem

queliyong commented 2 years ago

Dear author, I would like to ask,When I run this line of code: my_predictor = RNNPredictor(path_to_params, path_to_checkpoint, predictor_tokens) I received the following error: image How to solve this error, it seems to be a problem caused by OpenChem

Hi. Have you solved it? I encounter the same error

queliyong commented 2 years ago

This works for me. https://blog.csdn.net/sinat_34054843/article/details/88046041