jiaor17 / DiffCSP

[NeurIPS 2023] The implementation for the paper "Crystal Structure Prediction by Joint Equivariant Diffusion"
MIT License
59 stars 18 forks source link

how to train the model #2

Open Xqd9912 opened 7 months ago

Xqd9912 commented 7 months ago

Hello! I'm trying to train the CSP model, but i don't know what parameter 'expname' stands for.

jiaor17 commented 7 months ago

Hi! The expname tag refers to the 'experiment name' for your current training session. It is a user-defined identifier that helps you keep track of different training runs. You can choose any name you like, as long as it is meaningful and descriptive for your specific experiment.

Xqd9912 commented 7 months ago

Hi! The expname tag refers to the 'experiment name' for your current training session. It is a user-defined identifier that helps you keep track of different training runs. You can choose any name you like, as long as it is meaningful and descriptive for your specific experiment.

thanks a lot!