Pinned Repositories
ControlNet-PyTorch
This repo implements ControlNet with DDPM and Latent Diffusion Model in PyTorch with canny edges as conditional control for Mnist and CelebHQ
DDPM-Pytorch
This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch
DiT-PyTorch
This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset
FasterRCNN-PyTorch
This repo implements simple Faster RCNN model in PyTorch with all the essential components.
SSD-PyTorch
This repo implements SSD in PyTorch and provides training and inference code on VOC dataset
StableDiffusion-PyTorch
This repo implements a Stable Diffusion model in PyTorch with all the essential components.
VAE-Pytorch
This repository implements a simpleVAE for training on CPU on the MNIST dataset and provides ability to visualize the latent space, entire manifold as well as visualize how numbers interpolate between each other.
VideoGeneration-PyTorch
This repo implements Video generation model using Latent Diffusion Transformers(Latte) in PyTorch and provides training and inference code on Moving mnist dataset and UCF101 dataset
VIT-Pytorch
This repo implements and trains Vision Transformer (VIT) on a synthetically generated dataset which has colored mnist images on texture backgrounds
VQVAE-Pytorch
This repo implements VQVAE on mnist and as well as colored version of mnist images. It also implements simple LSTM for generating sample numbers using the encoder outputs of trained VQVAE
explainingai-code's Repositories
explainingai-code/StableDiffusion-PyTorch
This repo implements a Stable Diffusion model in PyTorch with all the essential components.
explainingai-code/DDPM-Pytorch
This repo implements Denoising Diffusion Probabilistic Models (DDPM) in Pytorch
explainingai-code/VQVAE-Pytorch
This repo implements VQVAE on mnist and as well as colored version of mnist images. It also implements simple LSTM for generating sample numbers using the encoder outputs of trained VQVAE
explainingai-code/VAE-Pytorch
This repository implements a simpleVAE for training on CPU on the MNIST dataset and provides ability to visualize the latent space, entire manifold as well as visualize how numbers interpolate between each other.
explainingai-code/FasterRCNN-PyTorch
This repo implements simple Faster RCNN model in PyTorch with all the essential components.
explainingai-code/DiT-PyTorch
This repo implements Diffusion Transformers(DiT) in PyTorch and provides training and inference code on CelebHQ dataset
explainingai-code/VIT-Pytorch
This repo implements and trains Vision Transformer (VIT) on a synthetically generated dataset which has colored mnist images on texture backgrounds
explainingai-code/ControlNet-PyTorch
This repo implements ControlNet with DDPM and Latent Diffusion Model in PyTorch with canny edges as conditional control for Mnist and CelebHQ
explainingai-code/Dalle-Pytorch
This repo implements and trains DallE-1 on a synthetically generated dataset which has colored mnist images on texture/solid background and auto generated captions.
explainingai-code/VideoGeneration-PyTorch
This repo implements Video generation model using Latent Diffusion Transformers(Latte) in PyTorch and provides training and inference code on Moving mnist dataset and UCF101 dataset
explainingai-code/SSD-PyTorch
This repo implements SSD in PyTorch and provides training and inference code on VOC dataset
explainingai-code/Yolov1-PyTorch
This repo implements Yolov1 in PyTorch and provides training and inference code on VOC dataset
explainingai-code/GANs-Pytorch
This repo implements a simple GAN with fc layers and trains it on MNIST
explainingai-code/DCGAN-Pytorch
This repo implements DCGAN model and trains it on MNIST and Celeb Faces dataset
explainingai-code/DetectionUtils
This repository provides implementation of utilities for Object Detection