jiaor17 / DiffCSP

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

how to train the model #2

Open Xqd9912 opened 1 year ago

Xqd9912 commented 1 year ago

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

jiaor17 commented 12 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 12 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!