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
Is Imagenet-16 dataset works fine on competition server? #124
Hi, I tried to clone the automl-competition repo to the local machine and tried to set up an offline evaluation with scripts provided by the tutorial. It seems all datasets work fine except Imagenet-16(Hash check failed.).
Hi, I tried to clone the automl-competition repo to the local machine and tried to set up an offline evaluation with scripts provided by the tutorial. It seems all datasets work fine except Imagenet-16(Hash check failed.).
Traceback (most recent call last): ..... File "//workspace/automl_naslib/naslib/utils/DownsampledImageNet.py", line 80, in __init__ entry = pickle.load(f, encoding="latin1") _pickle.UnpicklingError: invalid load key, '\x1d'. .....