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
Thank you for inventing such an excellent tool. I install the tool via pip install denoising_diffusion_pytorch and try to run the example usage code in README. However, the code has several deprecated issues, e.g.
denoising_diffusion_pytorch.py:775: FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead.
Would you suggest to update the codes manually, or do you have some simpler solution in mind?
Best Regards,
The text was updated successfully, but these errors were encountered:
Dear Denoising-Diffusion-PyTorch Developers,
Thank you for inventing such an excellent tool. I install the tool via
pip install denoising_diffusion_pytorch
and try to run the example usage code in README. However, the code has several deprecated issues, e.g.denoising_diffusion_pytorch.py:775: FutureWarning:
torch.cuda.amp.autocast(args...)
is deprecated. Please usetorch.amp.autocast('cuda', args...)
instead.Would you suggest to update the codes manually, or do you have some simpler solution in mind?
Best Regards,
The text was updated successfully, but these errors were encountered: