Implementations of various neural network architectures using PyTorch Lightning.
Simple experiments run on Google Colab notebooks.
List of implementations and their status.
- AlexNet
- ResNet
- VGGNet
- DenseNet
- Vanilla autoencoder
- Variational autoencoders (VAE)
- Vector-Quantized VAE (VQ-VAE)
- Nouveau VAEs (NVAE)
- SwapVAE
- Vanilla GAN
- Federated Averaging (FedAvg)
- Federated SGD (FedSGD)