melodyguan / enas

TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"

Home Page:https://arxiv.org/abs/1802.03268

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not found in checkpoint error

prabhant opened this issue · comments

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