We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
GitHub (source)
2.6.0
No response
When running the predict_SMILES function
DECIMER-Image_Transformer/DECIMER/decimer.py
Line 124 in 41138be
confidence=True
from DECIMER import predict_SMILES predict_SMILES('path/to/chemical/structure/image', confidence=True)
The text was updated successfully, but these errors were encountered:
fix: one extra token prediction #104
6e0e483
No branches or pull requests
Issue Type
Bug
Source
GitHub (source)
DECIMER Image Transformer Version
2.6.0
OS Platform and Distribution
No response
Python version
No response
Current Behaviour?
When running the predict_SMILES function
DECIMER-Image_Transformer/DECIMER/decimer.py
Line 124 in 41138be
confidence=True
, the last predicted SMILES gets returned twice. However, the SMILES returned without confidence value doesn't have this problem.Which images caused the issue? (This is mandatory for images related issues)
No response
Standalone code to reproduce the issue
from DECIMER import predict_SMILES predict_SMILES('path/to/chemical/structure/image', confidence=True)
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: