Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Feb 28, 2021
1 parent db3f243 commit 19ae8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batch_normalization.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library ieee;
use ieee.numeric_std.all;

-- basically the simple threshold replaces batch normalization + ReLU
-- The threshold is caculated at synthesis time by using the batch norm parameters.
-- The threshold is calculated at synthesis time by using the batch norm parameters.

entity batch_normalization is
generic (
Expand Down

0 comments on commit 19ae8ce

Please sign in to comment.