modular-diffusion icon indicating copy to clipboard operation
modular-diffusion copied to clipboard

Python library for designing and training your own Diffusion Models with PyTorch.

Results 14 modular-diffusion issues
Sort by recently updated
recently updated
newest added

Right now, datasets have to be loaded into RAM to be used in a `Data` object, which is an issue when dealing with very large datasets.

enhancement
help wanted

### Fixed issues #10, #9, #7, #4, and #3 **Issues list:** - #10 - #9 - #7 - #4 - #3 **Fixes and Improvements:** **#10: Fix issue on mobile where...

Hi All How shall we optimize the parameters in decoder? It seems the module only add encoder parameters to optimiser? J.

Hello, Thanks for this repo. Are there any scripts you have used for measuring [FID and IS](https://en.wikipedia.org/wiki/Fr%C3%A9chet_inception_distance)? I would like to compare the FID I obtain with a reference one...