Skip to content

Commit

Permalink
Fixed the batch size for VGG16
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumitro Dasgupta committed Jun 22, 2016
1 parent cd4ff8f commit ed4d964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagenet/models/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def std_spec(batch_size, isotropic=True):
ResNet101: std_spec(batch_size=25),
ResNet152: std_spec(batch_size=25),
NiN: std_spec(batch_size=500),
VGG16: std_spec(batch_size=224)
VGG16: std_spec(batch_size=25)
}


Expand Down

0 comments on commit ed4d964

Please sign in to comment.