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

Adding drnas optimizer without progressive network growing. #29

Closed yashsmehta closed 3 years ago

yashsmehta commented 3 years ago

used parameter_to_vector torch function for converting ParameterList (architecture_weights) to tensor for finding the KL divergence.