bentrevett / pytorch-generative-modelsLinks
[IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a few key architectures.
☆33Updated 6 years ago
Alternatives and similar repositories for pytorch-generative-models
Users that are interested in pytorch-generative-models are comparing it to the libraries listed below
Sorting:
- ☆76Updated 5 years ago
- ☆64Updated 4 years ago
- Collection of PyTorch Lightning implementations of Generative Adversarial Network varieties presented in research papers.☆169Updated 3 months ago
- Autoencoders in PyTorch☆93Updated 3 years ago
- Sequence to Sequence Models with PyTorch☆26Updated 7 years ago
- RNN Encoder-Decoder in PyTorch☆44Updated 10 months ago
- An Implementation of Encoder-Decoder model with global attention mechanism.☆32Updated 5 years ago
- Neural Machine Translation with Attention (PyTorch)☆45Updated 6 years ago
- my codes for learning attention mechanism☆50Updated 5 years ago
- Implementation of Machine Learning algorithms from scratch in Python☆34Updated 5 years ago
- Template for data generator with PyTorch☆134Updated 6 years ago
- Hands-On Generative Adversarial Networks with PyTorch 1.x, Published by Packt☆68Updated 2 years ago
- Example unit tests for deep learning projects.☆37Updated 4 years ago
- Recurrent neural networks: building a custom LSTM/GRU cell in PyTorch☆28Updated 4 years ago
- PyTorch implementation of Variational Autoencoder (VAE) on MNIST dataset.☆23Updated last year
- PyTorch implementation of some learning rate schedulers for deep learning researcher.☆90Updated 2 years ago
- A tour of different optimization algorithms in PyTorch.☆99Updated 3 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆133Updated 5 years ago
- A non-ending collection of jupyter notebooks☆40Updated 2 years ago
- A complete implementation of the Pytorch neural network framework for GAN☆24Updated 3 years ago
- Visualising what each LSTM cell learns from data.☆24Updated 5 years ago
- Experimenting with different regression losses. Implemented in Pytorch.☆147Updated 6 years ago
- Code repository of the paper "Wavelet Networks: Scale-Translation Equivariant Learning From Raw Time-Series, TMLR" https://arxiv.org/abs…☆82Updated last year
- ☆22Updated 6 years ago
- Official implementation of the Seq-U-Net for efficient sequence modelling☆79Updated 11 months ago
- Implementation of "FastSpeech: Fast, Robust and Controllable Text to Speech"☆64Updated last year
- A practical approach to learning machine learning.☆22Updated 6 years ago
- Code snippets used in tutorials on my blog.☆51Updated 6 years ago
- Intro to GAN Tutorial for the International Summer School of Deep Learning 2021 in Gdansk☆24Updated 3 years ago
- Basic implementation of BERT and Transformer in Pytorch in one short python file (also includes "predict next word" GPT task)☆42Updated last year