Task-Adaptive Feature Sub-Space Learning for few-shot classification
https://arxiv.org/abs/2003.06670
(according to tables and figures in the paper):
python exp_table.py
python exp_semi.py
python exp_num_query.py
python exp_noise_semi.py
python exp_projection_dim.py
python exp_unbalanced.py
1. Download miniImageNet / tieredImageNet
2. Generate splits:
python src/utils/tieredImagenet.py --data path-to-tiered --split split/tiered/
3. Pre-train a model and store the features:
python ./src/train.py -c $<$path to config file$>$
python ./src/train.py -c $<$path to config file$>$ --save-features --enlarge
Copyright 2019 IBM Corp. This repository is released under the Apachi-2.0 license (see the LICENSE file for details)