This repository contains the code of Calibrating Multimodal Learning (CML). Here we provide a demo and detailed instructions for constructing CML on several dataset.
Pytorch 1.3.0
Python 3
scikit-learn
numpy
scipy
This repository contains experimental code mentioned in the paper.
-
train miwae without mcca:
python miwae/train.py
-
train miwae with mcca:
python miwae/train.py --beta 10
-
test miwae without mcca:
python miwae/test_metrics.py
-
test miwae with mcca:
python miwae/test_metrics.py --beta 10