Code for reproducing experiment (classification part) results of our paper
* Python 3.6.5
* Pytorch 0.4.1
* torchvision 0.2.1
* tqdm 4.26.0
* numpy, scipy
Algorithm evaluation in our experiment section is done with dataset:
- Satimage
- Letter
- Norb
$ python train.py
If hparams.Mixture.naive = True in configuration file , then GenMM is going to be trained. If hparams.naive is setting False, LatMM is going to be trained.
Training example:
$ python train.py hparams/LatMM/fashion-mnist5.json
$ python mat_acc.py