Open nczub opened 1 year ago
Try changing "--size" in argparse. Good luck.
yes, I've already try this. When I changed this for example to 30 and I got this error:
File "/data1/dane/MGCVAE_MULTI-OBJECTIVE_optimization/MGCVAE-main/code/mgcvae.py", line 168, in
The dataframe should have a 'Length' column, which should contain the number of atoms, NOT the length for the SMILES of that row.
It's probably a problem with SMILES having more than 30 atoms.
Hi, I'm trying to use your code for a database with more atoms in molecules. Is it possible to change your code in this manner?