NotFoundError (see above for traceback): Key conv5_4/last_bn_scale/beta not found in checkpoint
[[Node: save/RestoreV2_473 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_473/tensor_names, save/RestoreV2_473/shape_and_slices)]]
I looked at the code, it seems that there is not any layer for last_bn_scale in the training stage.
NotFoundError (see above for traceback): Key conv5_4/last_bn_scale/beta not found in checkpoint [[Node: save/RestoreV2_473 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_473/tensor_names, save/RestoreV2_473/shape_and_slices)]]
I looked at the code, it seems that there is not any layer for last_bn_scale in the training stage.