Skip to content
View pi-tau's full-sized avatar
Block or Report

Block or report pi-tau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. vae vae Public

    Pytorch implementation of a Variational Autoencoder trained on CIFAR-10. The encoder and decoder modules are modelled using a resnet-style U-Net architecture with residual blocks.

    Python 6 2

  2. deep-conv-nets deep-conv-nets Public

    Modern deep convolutional neural networks implemented with PyTorch <3. ResNet, DenseNet and InceptionNet are trained on the CIFAR-10 dataset and the results are compared.

    Python

  3. pixelcnn pixelcnn Public

    PixelCNN implemented with PyTorch <3

    Python 1

  4. playing-with-RL-models playing-with-RL-models Public

    Single-file implementations of reinforcement learning algorithms

    Python 1 2

  5. realnvp realnvp Public

    PyTorch implementation of the RealNVP model

    Python

  6. transformer transformer Public

    The Transformer model implemented from scratch using PyTorch. The model uses weight sharing between the embedding layers and the pre-softmax linear layer. Training on the Multi30k machine translati…

    Python 4