DenoisingDiffusionProbabilityModel-ddpm- icon indicating copy to clipboard operation
DenoisingDiffusionProbabilityModel-ddpm- copied to clipboard

How does this model install the environment

Open Kayce001 opened this issue 1 year ago • 3 comments

I got 1308629 segmentation fault (core dumped) when i run Main.py

Kayce001 avatar Apr 24 '23 07:04 Kayce001

Hi Kayce

You can set the parameter "device" in the Main.py as "cuda:0" or "CPU".

zoubohao avatar Apr 24 '23 07:04 zoubohao

Hi Kayce

You can set the parameter "device" in the Main.py as "cuda:0" or "CPU".

Not only this problem, it is best to write an installation environment document

Kayce001 avatar Apr 25 '23 01:04 Kayce001

I can run the Main.py in the environment with python=3.8 and pytorch=2.4.0

38green avatar Aug 16 '24 10:08 38green