Hacker News new | ask | show | jobs
by chromejs10 1386 days ago
I keep getting `No module named 'ldm'` after I run `python scripts/dream.py --full_precision`. I've confirmed 'ldm' is activate in conda. Any idea?
1 comments

I get the same thing too!
Try to put `sys.path.insert(0, os.getcwd())` after `import sys` in dream.py.

That fixed it for me.