fix
This commit is contained in:
@@ -36,7 +36,7 @@ const OUTPUT: usize = 7;
|
||||
#[derive(Module, Debug)]
|
||||
struct Net<B: Backend> {
|
||||
input: Linear<B>,
|
||||
hidden: [Linear<B>; 64],
|
||||
hidden: [Linear<B>; HIDDEN.len() - 1],
|
||||
output: Linear<B>,
|
||||
activation: Relu,
|
||||
sigmoid: Sigmoid,
|
||||
|
||||
Reference in New Issue
Block a user