ouhenio / pixel-rnn

a ver si me sale esta wea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Recurrent Neural Networks

This is my attempt to implement the Pixel Recurrent Neural Networks paper, a precursor of the UNet that begun the diffusion revolution.

Since the authors proposed different architectures to tackle their goal, I'll attempt to implement them one by one:

  • Row LSTM
  • Diagonal BiLSTM
  • PixelCNN

Feel free to look at my code, and challenge me on my implementation methodology. 😊

About

a ver si me sale esta wea

License:MIT License


Languages

Language:Python 100.0%