Pytorch implementation of Deep Variational Information Bottleneck(paper, original code)
python 3.6.4 pytorch 0.3.1.post2 tensorboardX(optional) tensorflow(optional) - train
python main.py --mode train --beta 1e-3 --tensorboard True --env_name [NAME] - test
python main.py --mode test --env_name [NAME] --load_ckpt best_acc.tar - Deep Learning and the Information Bottleneck Principle, Tishby et al.
- Deep Variational Information Bottleneck, Alemi et al.
- Tensorflow Demo : https://github.com/alexalemi/vib_demo