destructive-observer's repositories
CrossViT-pytorch
Implementation of CrossViT: Cross-Attention Multi-Scale Vision Transformer for Image Classification
DCGAN-LSGAN-WGAN-GP-DRAGAN-Pytorch
DCGAN LSGAN WGAN-GP DRAGAN PyTorch
DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
gansformer
Generative Adversarial Transformers
ImageProcessingTransformer
Third party Pytorch implement of Image Processing Transformer (Pre-Trained Image Processing Transformer arXiv:2012.00364v2)
pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
pytorch-fid
Compute FID scores with PyTorch.
PyTorch-progressive_growing_of_gans
PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.
PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
Self-Attention-GAN
Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
study_resources
study rsources of model and engineering
stylegan2-pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
UltraSR-Arbitrary-Scale-Super-Resolution
[Preprint] UltraSR: Spatial Encoding is a Missing Key for Implicit Image Function-based Arbitrary-Scale Super-Resolution, 2021
vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch