mirror of
https://github.com/DSPsleeporg/smiles-transformer.git
synced 2026-04-03 00:08:50 -06:00
Discrepancy in Returned Values for the Same SMILES Input #3
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 @poinco-gogo on 6/30/2023
Dear developers,
Thank you for sharing the source code. As mentioned in the title, upon executing the provided code, I observed that different values are returned for the same SMILES input. Would it be reasonable to consider this behavior as expected?
the code:
the output is:
Here is the computational environment I used:
python 3.6.5
numpy 1.19.5
torch 1.10.1+cu113
nvidia V100
I apologize if I have overlooked anything as I am not extensively familiar with transformer architecture.
Sincerely,