fixed layer construction

This commit is contained in:
2025-12-18 10:06:35 +01:00
parent 29839c082e
commit 28fee91ec7
+1 -1
View File
@@ -114,7 +114,7 @@ def xor():
params.num_gibbs_samples = 3
# Create layer
layer = Layer("Layer_0", (3, 16), params)
layer = Layer("Layer_0", (3, 1, 0, 16), params)
# Init weights
layer.init(0.01)