Skip to content

Commit

Permalink
fix: small typo in advanced-train-loop.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 committed Mar 2, 2024
1 parent 4722a99 commit 81b130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfdx/examples/advanced-train-loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn classification_train<
// The input to our network, since we are training, we need it to implement Trace
// so we can put gradients into it.
Inp: Trace<E, D>,
// The type of our label, we specify it here so we guaruntee that the dataset
// The type of our label, we specify it here so we guarantee that the dataset
// and loss function both work on this type
Lbl,
// Our model just needs to implement these two things! ModuleMut for forward
Expand Down

0 comments on commit 81b130e

Please sign in to comment.