You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable FeatureExtractor/darknet_19/base/Conv2D_1/weights does not exist, or was not created with tf.get_variables(). Did you mean to set reuse= tf.AUTO_REUSE in VarScope?
#3
Open
thanhtu19392 opened this issue
Jun 18, 2018
· 3 comments
I had a problem Variable FeatureExtractor/darknet_19/base/Conv2D_1/weights does not exist, or was not created with tf.get_variables(). Did you mean to set reuse= tf.AUTO_REUSE in VarScope? when running. It turns out to end at this line:
@rky0930 : Thanks for you reply. i haven't changed anything in config file except num_classes. Whatever i tried, i still failed at the same error. I used YOLOv2 coco checkpoint on your repo. Even if i comment out the line of checkpoint, i encountered the same prob
@thanhtu19392 Could you try again with yolo_v2 in my repo ? That's the full version of the yolo_v2. That use the same source code in this repo but Object detecion api code is included. Please try again and let me know the result.
I had a problem Variable FeatureExtractor/darknet_19/base/Conv2D_1/weights does not exist, or was not created with tf.get_variables(). Did you mean to set reuse= tf.AUTO_REUSE in VarScope? when running. It turns out to end at this line:
https://github.com/GustavZ/yolo_for_tf_od_api/blob/cd312586678724802d9c3e78c7cdc2b5a027a049/darknet.py#L79
The text was updated successfully, but these errors were encountered: