Fixed the wrong order of the attributes (#930)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Aisuko 2023-11-04 00:21:58 +11:00 committed by GitHub
parent dddc138757
commit 4e8b573f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,9 +47,9 @@ impl<B: Backend> Model<B> {
conv1,
conv2,
conv3,
dropout,
fc1,
fc2,
dropout,
activation: nn::GELU::new(),
}
}