EugenHotaj / pytorch-generative

Easy generative modeling in PyTorch
MIT License
428 stars 68 forks source link

Move code out of colab notebooks and into modules. #4

Closed EugenHotaj closed 4 years ago

EugenHotaj commented 4 years ago

Right now, everything is implemented in colab notebooks. While great for early implementation/experimentation, this is not very maintainable/reusable.

EugenHotaj commented 4 years ago

This has largely been done for the models we currently support.