1. SineLine
Requirements:
  python >= 3.9
  pytorch >= 1.9.0
  pip install higher
python3 main_regression.py

2. Fewshot-ViT
Requirements:
  The same requirements as PMF (https://github.com/hushell/pmf_cvpr22)
  pip install higher
Instructions:
  Install PMF and replace "train.py" and place "engine_niwmeta.py" in the root folder.
  Place "niwmeta.py" in the models/ folder and replace "__init__.py" in models/.
Command lines are similar to PMF, eg, 
python train.py --deploy niwmeta --use_gami 1 --n0_init 1 --gam0_init 1e6 --steps 3 --burnin 0 --alp 1e-6 --ai_max 1e3 --nsamps_test 2 --dataset cifar_fs --arch dino_small_patch16 --nSupport 5 --epoch 100 --lr 1e-4


