issues
search
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
Dev/arjun
#45
Closed
Neonkraft
closed
3 years ago
Neonkraft
commented
3 years ago
Fix bug in graph to genotype conversion
Fix discrepancy in number of parameters between original implementation of DARTS and NASLib DARTS search space
Add Batch Normalization after the MaxPool and AvgPool layers
Update tests