mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-13 08:26:43 +00:00
update
This commit is contained in:
2
train.py
2
train.py
@@ -102,7 +102,7 @@ def experiment(repeats, series, seed):
|
||||
batch_size = 4
|
||||
t = train.shape[0] % batch_size
|
||||
train = train[train.shape[0] - t * batch_size:]
|
||||
test = test.shape[0] % batch_size
|
||||
t = test.shape[0] % batch_size
|
||||
test = test[test.shape[0] - t * batch_size:]
|
||||
|
||||
train_trimmed = train_scaled[2:, :]
|
||||
|
||||
Reference in New Issue
Block a user