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
Fix testing errors
#173
Open
gierle
opened
1 year ago
gierle
commented
1 year ago
Fix for the following errors:
compatibility issue between Pyro 1.6.0 and PyTorch 2.0
mismatch of auxiliary output shapes (NB301)
mismatch of channel sizes using the
Stem()
operation
Fix for the following errors:
Stem()
operation