Faster-RCNN-TensorFlow-Python3
Faster-RCNN-TensorFlow-Python3 copied to clipboard
if v.name.split(':')[0] in var_keep_dic: TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
File "C:/Users/huhongyang/Desktop/Faster-RCNN-TensorFlow-Python3-master/train.py", line 216, in
how to do?
你把预训练的vgg_16.ckpt改为vgg16.ckpt。加波好友讨论一下吧------------------ 原始邮件 ------------------ 发件人: "zhangyue"[email protected] 发送时间: 2019年10月27日(星期天) 下午3:42 收件人: "dBeker/Faster-RCNN-TensorFlow-Python3"[email protected]; 抄送: "lincuncuncaogoudan"[email protected];"Author"[email protected]; 主题: Re: [dBeker/Faster-RCNN-TensorFlow-Python3] if v.name.split(':')[0]in var_keep_dic: TypeError: argument of type 'NoneType' is not iterable (#116)
how to do?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
For me this issue appeared because it was looking for vgg16.ckpt in /data/imagenet_weights but the file was saved as vgg_16.ckpt so I just copied it over to vgg16.ckpt.