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

Graph construction for large-unit cell crystals (e.g., MOFs) #121

Open
meiirbek-islamov opened this issue Jun 24, 2023 · 1 comment
Open

Comments

@meiirbek-islamov
Copy link

Hello,

I'm currently utilizing ALIGNN for property prediction of MOFs, but I'm encountering significant delays in the process due to the time-consuming steps of reading CIF files, processing them, and constructing graphs. Is there any approach to expedite this procedure? I'm aware that ALIGNN has been trained with approximately 137,000 MOFs for CO2 capture performance. I'm curious to know how you managed such a substantial quantity of MOFs. Additionally, is it possible to save the constructed graphs for future use, avoiding the need to recreate them during each training session?

Thank you!

@knc6
Copy link
Collaborator

knc6 commented Jul 15, 2023

Hi,

We had to use high CPU memory something like 100 GB. So, make sure
#SBATCH --mem=100G or something like that.

We had to use a smaller batch_size on the order of 32 or lower. It took about 30 hours for training on a single V100 GPU.

You can save the graphs if you save save_dataloader as true. This is good for debugging, but not recommended.

You can checkout the job.out file from any of these figshare files to learn about additional details e.g., https://figshare.com/ndownloader/files/31459198.

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

No branches or pull requests

2 participants