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
512 stars 117 forks source link

Checkpoint restart training #153

Open Mars-204 opened 1 year ago

Mars-204 commented 1 year ago

Hi, When I try to restart my training from the stored checkpoint it takes some random architecture instead of the one already stored. Is there any way to avoid this?

Currently I am running DrNAS, DARTS and GDAS optimizers for search and evaluation purpose with CIFAR 10 dataset.

Neonkraft commented 1 year ago

Hi @Mars-204,

Thanks for bringing this to our attention! Could you please tell us which search space you're using?

Best, Arjun

Mars-204 commented 1 year ago

Hi @Neonkraft I am using nasbench201 search space.