Commit 0e983318 authored by Eric Lv's avatar Eric Lv Committed by gunan
Browse files

In the line 240, the string 'conv_3' miss the %d (#12578)

I think the author missed the '%d' to name the related net scope, so the correct code is :
net = slim.conv2d(net, 256, [3, 3], scope='conv3_%d' % (i+1)) NOT net = slim.conv2d(net, 256, [3, 3], scope='conv3_' % (i+1))
parent 7603480f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment