Skip to content

Commit

Permalink
Fixed the wrong order of the attributes (tracel-ai#930)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Aisuko authored Nov 3, 2023
1 parent dddc138 commit 4e8b573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ impl<B: Backend> Model<B> {
conv1,
conv2,
conv3,
dropout,
fc1,
fc2,
dropout,
activation: nn::GELU::new(),
}
}
Expand Down

0 comments on commit 4e8b573

Please sign in to comment.