automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
528 stars 117 forks source link

Augmix distillation added to NASLib #123

Closed shashankskagnihotri closed 2 years ago

shashankskagnihotri commented 2 years ago

The optimizers need to be modified to accommodate augmix and distillation. NASLib Branch: GroupMovement --> oneshot optimizer: movement is an example of how to modify an optimizer for augmix and distillation.