tensorflow-yolov3
tensorflow-yolov3 copied to clipboard
Key conv52/batch_normalization/beta/ExponentialMovingAverage not found in checkpoint
trafficstars
when I run conver_weight and use the pretrained ckpt to evaluate, raise the error below :
tensorflow.python.framework.errors_impl.NotFoundError: Key conv52/batch_normalization/beta/ExponentialMovingAverage not found in checkpoint [[node save/RestoreV2 (defined at /Project/tensorflow-yolov3-master/evaluate.py:50) ]]
Is this problem resolved by any chance?