- refactored training parameters for grad_compute()
- added l1-norm
- improved tests
This commit is contained in:
2026-01-10 15:21:40 +01:00
parent 00fe5fd178
commit 1722a68b2a
5 changed files with 36 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def linear():
model.init(0.1)
# Load weights (if exists)
model.load()
# model.load()
# Prepare training data
training_batch = np.random.randn(N_CASES, N_VIS, dtype=np.float64)