This repository contains a pytorch implementation of Multi-Task Neural Processes.
python main.py --model [mtp/stp/jtp/mtp_s] --data [synthetic/weather] --gamma_train 0.5
python test.py --eval_name [mtp/stp/jtp/mtp_s] --data [synthetic/weather] --gamma 0.5 --cs 10
If you find this work useful, please consider citing:
@inproceedings{kim2021multi,
title={Multi-Task Processes},
author={Kim, Donggyun and Cho, Seongwoong and Lee, Wonkwang and Hong, Seunghoon},
booktitle={International Conference on Learning Representations},
year={2021}
}