SkillAgentSearch skills...

InfoMaxVAE

InfoMax-VAE pytorch implementation

Install / Use

/learn @AliLotfi92/InfoMaxVAE
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

InfoMax Variational Autoencoder

Learning Representaion by Maximizaing Mutual Information in Variational Autoencoders in PyTorch

alt text

Requirements

  • Python 3
  • PyTorch 0.4
  • matplotlib
  • scikit-learn
  • install requirements via pip install -r requirements.txt

How to run

python main.py \
--method infomax \
--model mlp \
--dim 128 \
--num_iter 500 \
--batch_size 64 \
--gamma 20 \
--alpha 1 \
--dataset cifar10 \
--trial 1

Learning Representations by Maximizing Mutual Information in Variational Autoencoders https://arxiv.org/abs/1912.13361

Results for PixelCNN setup

alt text

View on GitHub
GitHub Stars23
CategoryEducation
Updated1y ago
Forks6

Languages

Python

Security Score

80/100

Audited on Oct 14, 2024

No findings