tata1661 / FSL-Mate

FSL-Mate: A collection of resources for few-shot learning (FSL).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

something about SMASH

shuida opened this issue · comments

SMASH is about NAS rather than FSL. "one-shot" in NAS means training only one model. It's nothing about the number of training data.

This depends on how you understand sample.

In NAS, I regard one run of the model as one training sample.
In classic NAS methods such as grid search, random search and Bayes optimization, one must run the model several times, obtain its performance on validation set, then decide which is the best setting.
In contrast, SMASH only needs one run.

That is why I classify SMASH into FSL.