Skip to content
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

Phase Diagram Prediction from 'Prediction of Phase Diagrams and Associated Phase Structural Properties' paper #253

Closed
ander-db opened this issue Nov 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ander-db
Copy link

Is your feature request related to a problem? Please describe.
I can't find the phase prediction model architecture referenced in the paper "Prediction of Phase Diagrams and Associated Phase Structural Properties" in either this repository or HuggingFace.

Describe the solution you'd like
Please indicate where the model architecture can be found, or if it's not available yet.

Describe alternatives you've considered
I've searched through the repository code and HuggingFace models.

Additional context
Referenced paper: https://pubs.acs.org/doi/10.1021/acs.iecr.2c00355

@ander-db ander-db added the enhancement New feature or request label Nov 27, 2024
@drugilsberg
Copy link
Contributor

Thanks for the interest in the work @ander-db.

The actual phase prediction models presented in the work are not available in the repo or HF.
Nevertheless, all the code used to train the models is available as part of the granular framework: https://github.com/GT4SD/gt4sd-core/tree/main/src/gt4sd/frameworks/granular.

Here you can find an example on how to use it to train an AE coupled with an MLP: https://github.com/GT4SD/gt4sd-core/tree/main/examples/granular/ae_mlp_example.

@jannisborn
Copy link
Contributor

Closing as completed but feel free to re-open @ander-db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants