Skip to content

Commit

Permalink
fix equation
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiepan-work committed Jul 12, 2024
1 parent f3fcea8 commit c79880f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The algorithm sparsifies the input of a layer by applying the following function
$$
sparsify(X) =
\begin{cases}
X & \text{if } |X| \ge \tau \\
0 & \text{if } |X| < \tau
X & \text{if } |X| > \tau \\
0 & \text{if } |X| \le \tau
\end{cases}
$$

Expand Down

0 comments on commit c79880f

Please sign in to comment.