Skip to content

GitGyun/multi_task_neural_processes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a762165 · Mar 28, 2023

History

4 Commits
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Mar 28, 2023
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021

Repository files navigation

Multi-Task Neural Processes

This repository contains a pytorch implementation of Multi-Task Neural Processes.

Basic Usage

Training with missing rate 0.5

python main.py --model [mtp/stp/jtp/mtp_s] --data [synthetic/weather] --gamma_train 0.5

Testing with missing rate 0.5 and context size 10

python test.py --eval_name [mtp/stp/jtp/mtp_s] --data [synthetic/weather] --gamma 0.5 --cs 10

Citation

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}
}

Releases

No releases published

Packages

No packages published

Languages