dylran / crowddiff

MIT License
92 stars 11 forks source link

Why can't I import the guided_diffusion package? #11

Closed RyanGarrr closed 11 months ago

RyanGarrr commented 1 year ago

Traceback (most recent call last): File "/home/grad/DiffuseDenoiseCount/scripts/super_res_train.py", line 21, in from guided_diffusion import dist_util, logger ModuleNotFoundError: No module named 'guided_diffusion'

dylran commented 11 months ago

Please make sure to have guided_diffusion folder in your current working directory. I have seen this issue in other code bases when the folder I need to import is not in the current working directory. Hope this will help.