melodyguan / enas

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
https://arxiv.org/abs/1802.03268
Apache License 2.0
1.58k stars 390 forks source link

Not found in checkpoint error #85

Closed prabhant closed 5 years ago

prabhant commented 5 years ago

Hi, I was able to run the cifar10 script successfully but while running the /ptb_search.sh i'm getting the error, i have already ran data/ptb/process.py: NotFoundError (see above for traceback): Key ptb_enas_model/layer_0/rhn_layer_11/batch_norm/ptb_enas_model/layer_0/rhn_layer_11/batch_norm/moving_mean/biased not found in checkpoint This error usually comes in TF when model checkpoint isn't compatible with the version of TF i'm using. My system config is : TF=1.4.1, python 2.7