fixed armadillo read

This commit is contained in:
2025-12-17 14:04:26 +01:00
parent 4d05a59d0b
commit a1e7a803d1
2 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class Stack:
return layer
return None
def init(self, std: float):
def state_init(self, std: float):
for layer in self.layers:
layer.init(std)