Skip to content

Commit

Permalink
typo - missing tick which was breaking formatting (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbraid authored Jan 27, 2025
1 parent 51a2973 commit 894fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burn-book/src/building-blocks/tensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ strategies.
| Burn API | PyTorch Equivalent |
| ------------------------------------------------ | -------------------------------------------------- |
| `activation::gelu(tensor)` | `nn.functional.gelu(tensor)` |
| `activation::hard_sigmoid(tensor, alpha, beta) | `nn.functional.hardsigmoid(tensor)` |
| `activation::hard_sigmoid(tensor, alpha, beta)` | `nn.functional.hardsigmoid(tensor)` |
| `activation::leaky_relu(tensor, negative_slope)` | `nn.functional.leaky_relu(tensor, negative_slope)` |
| `activation::log_sigmoid(tensor)` | `nn.functional.log_sigmoid(tensor)` |
| `activation::log_softmax(tensor, dim)` | `nn.functional.log_softmax(tensor, dim)` |
Expand Down

0 comments on commit 894fdbc

Please sign in to comment.