Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Feb 17, 2020
1 parent d2f2677 commit 653eceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ void fuse_conv_batchnorm(network net)
}
}

l->weights_normalizion = 0;
l->weights_normalizion = NO_NORMALIZATION;

#ifdef GPU
if (gpu_index >= 0) {
Expand Down

0 comments on commit 653eceb

Please sign in to comment.