"vscode:/vscode.git/clone" did not exist on "231cc878cba3f5d080bc96faf8ecbded31b0b4e2"
Commit e46ec602 authored by Alex Alemi's avatar Alex Alemi Committed by GitHub
Browse files

Update inception_resnet_v2.py

parent 19c5dde1
......@@ -171,7 +171,7 @@ def inception_resnet_v2(inputs, num_classes=1001, is_training=True,
end_points['Mixed_5b'] = net
net = slim.repeat(net, 10, block35, scale=0.17)
# 17 x 17 x 1024
# 17 x 17 x 1088
with tf.variable_scope('Mixed_6a'):
with tf.variable_scope('Branch_0'):
tower_conv = slim.conv2d(net, 384, 3, stride=2, padding='VALID',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment