Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Jul 27, 2018
1 parent 9783b49 commit c5f7271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alexnet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "multi_layers.hpp"


// implemenets AlexNet
// implements AlexNet
void alexNet() {
TensorDesc input_dim(128, 3, 224, 224);

Expand Down

0 comments on commit c5f7271

Please sign in to comment.