mirror of
https://github.com/DSPsleeporg/smiles-transformer.git
synced 2026-04-03 00:08:50 -06:00
Why SMILES length longer than 218 is too long? #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1633232731 on 3/30/2022
Hello and thanks for publishing the code of your research. while running experiments, I had some questions.
In function get_input(), I notice that when SMILES length is longer than 218 it will print a hint, and I notice your HIV dataset split train set and test set with SMILES length 218. Why 218? Is it a magic number?
Question from a new learner.