Skip to content

Commit

Permalink
fix resnet50 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hma02 committed Jul 12, 2017
1 parent 008b99e commit b4de57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theanompi/models/lasagne_model_zoo/resnet50.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def build_model(self):
self.y = T.lvector('y')
self.lr = T.scalar('lr')

net = build_model_resnet152(input_shape=(None, 3, 224, 224))
net = build_model_resnet50(input_shape=(None, 3, 224, 224))

self.output_layer = net['prob']

Expand Down

0 comments on commit b4de57b

Please sign in to comment.