diffhoi
diffhoi copied to clipboard
No module named 'ddpm2d.models.geom'
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.
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".