-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Use Chemprop version 2 #14
base: main
Are you sure you want to change the base?
Conversation
This will be useful to monitor that predictions do not change while transitioning to chempropv2
A little bit more concise
Models are currently in resources/new_models
Hi @davide-grheco, Thank you so much for creating this PR and doing all the work to transition to Chemprop v2! I'll aim to work on checking the code and training the Chemprop v2 models in December to ensure that they maintain the same level of accuracy as the v1 models. Best, |
Hello @swansonk14, Greetings |
Hi! I just wanted to check in on this - would love to see if I there are performance improvements and more flexibility by upgrading to Chemprop 2.0/2.1. |
Hi @manglav, Thank you for checking on this! Unfortunately my other research projects have taken priority recently and it will take me a while to work through all of the Chemprop v2 changes. I'll attempt to take a look when I have some more time, but in the meantime, I think Chemprop v1 should still handle most use cases well. Best, |
Dear @manglav, However, before merging it is fundamental to ensure that changes in chemprop version do not deteriorate the quality of the models. In fact I had to train new models for the new version, these use the same architecture - but you never know. I spoke with Kyle about such validation, but currently we are both quite busy and can't really perform such tests. |
This update transitions the codebase from Chemprop v1 to Chemprop v2 to address compatibility issues and enhance functionality, as discussed in Issue #11. Given that Chemprop v1 is no longer supported, this upgrade ensures access to ongoing updates and support from the Chemprop community.
Key improvements with Chemprop v2 include:
Additionally, the code was refactored into smaller functions to improve readability and modularity. However, if preferred, these changes can be reverted to the previous structure.
Finally, it will be necessary to verify that models with Chemprop v2 perform comparably with those from v1 to ensure accuracy and consistency. Benchmark testing will be conducted to validate model outputs and adjust if needed to align with v1 performance levels.