LIMO icon indicating copy to clipboard operation
LIMO copied to clipboard

generative model for drug discovery

Results 4 LIMO issues
Sort by recently updated
recently updated
newest added

Hi, I would like to reproduce your experiment on constrained optimization of plogp, but I could not find the corresponding code in your repo (Table 3). Is it possible to...

python generate_molecules.py Traceback (most recent call last): File "/home/pharmapp/DD-2022/LIMO/generate_molecules.py", line 15, in vae.load_state_dict(torch.load('vae.pt')) File "/home/pharmapp/anaconda3/envs/env0/lib/python3.10/site-packages/torch/serialization.py", line 713, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "/home/pharmapp/anaconda3/envs/env0/lib/python3.10/site-packages/torch/serialization.py", line 920, in _legacy_load...

Hi. In the README, you write: > The default binding affinity model is ESR1 (which is `binding_affinity.pt`), but to optimize binding to another protein one must make sure the `binding_affinity.pt`...