类型错误:sigmoid()得到了一个意想不到的关键字参数' scope'

时间:2017-07-11 14:29:15

标签: tensorflow

我使用tensorflow incpetion_v3网络进行特征提取。我收到以下错误:

   _, end_points = inception_v3.inception_v3(images, is_training=False, num_classes=1001)
  File "/home/osman/viennaclassification/models/slim/nets/inception_v3.py", line 525, in inception_v3
    end_points['Predictions'] = prediction_fn(logits, scope='Predictions')
TypeError: sigmoid() got an unexpected keyword argument 'scope'

0 个答案:

没有答案