diffhoi icon indicating copy to clipboard operation
diffhoi copied to clipboard

No module named 'ddpm2d.models.geom'

Open byran-wang opened this issue 2 years ago • 1 comments

Report the error of 'ModuleNotFoundError: No module named 'ddpm2d.models.geom'', when excute the code of 'module = importlib.import_module(cfg.model.module)' in diffhoi_barely_clean/ddpm2d/utils/train_util.py(27). It seems ddpm2d.models.geom in your local code. Can you help me to check it? Thanks.

byran-wang avatar Dec 13 '23 07:12 byran-wang

I met the same problem and I have solved it. Modify the line 40 of "config.yaml" under ${environment.output}/release/ddpm2d/config.yaml. Change "module: ddpm2d.models.geom" to "module: ddpm2d.models.glide".

hu-hy17 avatar Mar 15 '24 13:03 hu-hy17