torchsde
torchsde copied to clipboard
Compatibility Bugs
kornia library has refactored some functions and the example/cont_ddpm.py was not working anymore due to an error raised
in example/unet.py that needs to be changed to return kornia.filters.filter2d(x, self.f, normalized=True)
.