CAML (Contrastive Knowledge Augmented Meta-learning)

July 13, 2022 ยท View on GitHub

Submitted for review at WACV 2023

Data

Plain-Multi and Art-Multi are released in Google Drive

Usage

Dependence

  • python 3.*
  • TensorFlow 1.10+
  • Numpy 1.15+

Plainmulti

Please see the bash file in /plainmulti_bash for hyperparameter settings

Artmulti

Please see the bash file in /artmulti_bash for hyperparameter settings

1This code is built based on the MAML and ARML.