You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for releasing the code. I would like to know the number of GPUs to reproduce the results.
In "inpainting_places2_unlearn.json", you said "default is single 0" in line 3. But in "./i2i_Palette-Image-to-Image-Diffusion-Models/unlearn.py" you use "new_ckpt['module.'+keyname] = tmp_ckpt[keyname]" in line 64. It looks like you used multiple GPUs.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for releasing the code. I would like to know the number of GPUs to reproduce the results.
In "inpainting_places2_unlearn.json", you said "default is single 0" in line 3. But in "./i2i_Palette-Image-to-Image-Diffusion-Models/unlearn.py" you use "new_ckpt['module.'+keyname] = tmp_ckpt[keyname]" in line 64. It looks like you used multiple GPUs.
The text was updated successfully, but these errors were encountered: