[entity]
- refactored training parameters for grad_compute() - added l1-norm - improved tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user