jiaor17 / DiffCSP

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

Double-check Hydra Version #4

Closed chao1224 closed 6 months ago

chao1224 commented 6 months ago

Hi authors,

Thank you for providing the code base.

I am wondering what hydra version you are using. I am getting the following exception:

  File "xxx/anaconda3/envs/Crystallization/lib/python3.7/site-packages/hydra/_internal/utils.py", line 644, in _locate
    obj = getattr(obj, part)
AttributeError: module 'diffcsp' has no attribute 'pl_data'

I tried hydra-core==1.3.2 and 1.2.0. Neither can work.

jiaor17 commented 6 months ago

Hi,

We use hydra-core==1.1.0 as the hydra version.