Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Nov 15, 2023
1 parent 9ba1a86 commit a303229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/quantized_recurrent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@
"\n",
"# Generate random input\n",
"inp = torch.randn(5, 2, 10)\n",
"torch.allclose\n",
"# Check outputs are the same\n",
"assert torch.allclose(quant_rnn(inp)[0], float_rnn(inp)[0], atol=ATOL)\n",
"# Check hidden states are the same\n",
Expand Down

0 comments on commit a303229

Please sign in to comment.