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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkpoint restart training

Mars-204 opened this issue · comments

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.

Hi @Mars-204,

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

Best,
Arjun

Hi @Neonkraft
I am using nasbench201 search space.