Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 27, 2023
1 parent 9be08d7 commit ba58b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-book/src/guide/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fn main() -> Result<()> {
Now it works, great and is a great way to create your own layers.
But most of the classical layers are already implemented in [candle-nn](https://github.com/LaurentMazare/candle/tree/main/candle-nn).

## Using a `candle_nn`.
## Using `candle_nn`.

For instance [Linear](https://github.com/LaurentMazare/candle/blob/main/candle-nn/src/linear.rs) is already there.
This Linear is coded with PyTorch layout in mind, to reuse better existing models out there, so it uses the transpose of the weights and not the weights directly.
Expand Down

0 comments on commit ba58b9d

Please sign in to comment.