pytorch-generative
pytorch-generative copied to clipboard
Easy generative modeling in PyTorch.
Some things we could add: - [ ] [easy] Use down/right shifted 3x3 conv instead of a right shifted 1x3 conv in the horizontal stack. - [ ] [medium] Use...
Notebooks are pretty prone to getting out of date and breaking (e.g. #13). We should create some lightweight tests for notebooks which have no canonical implementations in the library (currently...
Hi Eugen, I want to use multiple GPUs to train the NADE model at the same time. I'm trying to write `device_id=[0,1,2,3]` or `device_id =(0,1,2,3)` in trainer.Trainer( ) ,but error...
Hi Eugen, I have successfully generated the image with NADE model,but i don't konw how to generate the label of the image.I don't see relative functions in codes.Can i get...
Dear EugenHotaj, Hello EugenHotaj, I appreciate your work. Thank you for sharing this repository. I added `pyproject.toml ` , `setup.cfg` , and `__init__.py` files to enable pip install and easier...
I tested the NADE model and trained it for 3500 epochs, but it did not learn the MNIST dataset properly. Below is my output.  I would like to understand...