OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key MobileFaceNet/Conv2d_0/prelu_alphas not found in checkpoint
my tensorflow version is 1.9, when i reload the pretrained model you provided to train the network, some error occured. the log is below: `Restoring pretrained model: ./pretrained model_checkpoint_path: "./pretrained/MobileFaceNet_epoch_4_iter_16000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_2_iter_14000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_2_iter_16000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_2_iter_18000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_2000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_4000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_6000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_8000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_10000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_12000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_14000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_16000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_3_iter_18000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_2000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_4000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_6000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_8000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_10000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_12000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_14000.ckpt" all_model_checkpoint_paths: "./pretrained/MobileFaceNet_epoch_4_iter_16000.ckpt"
2018-11-22 14:27:02.256646: W tensorflow/core/framework/op_kernel.cc:1318] OP_REQUIRES failed at save_restore_v2_ops.cc:184 : Not found: Key MobileFaceNet/Conv2d_0/prelu_alphas not found in checkpoint Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1322, in _do_call return fn(*args) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1307, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1409, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.NotFoundError: Key MobileFaceNet/Conv2d_0/prelu_alphas not found in checkpoint [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "train_nets.py", line 202, in
Caused by op 'save/RestoreV2', defined at:
File "train_nets.py", line 191, in
NotFoundError (see above for traceback): Key MobileFaceNet/Conv2d_0/prelu_alphas not found in checkpoint [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]`
i don't know what happened, can you help me? thx~