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
Adding drnas optimizer without progressive network growing. #29
used parameter_to_vector torch function for converting ParameterList (architecture_weights) to tensor for finding the KL divergence.