Skip to content

Commit 4505247

Browse files
committed
Updated main.
1 parent 6f5c677 commit 4505247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def main():
99
X, y = evaluator.create_dataset([0, 1, 2, 3, 4], [[Feature.LPC, 13, []]], 30, 1000, 500, 100, np.hanning, start_at_file_index=0)
1010
evaluator.set_model_dataset(X, y)
1111

12-
X, y = evaluator.create_dataset([0, 1, 2, 3, 4], [[Feature.LPC, 13, []]], 30, 1000, 500, 100, np.hanning, start_at_file_index=12)
12+
X, y = evaluator.create_dataset([0, 1, 2, 3, 4], [[Feature.LPC, 13, []]], 30, 1000, 500, 100, np.hanning, start_at_file_index=15)
1313
evaluator.set_evaluation_dataset(X, y)
1414

1515
evaluator.create_nn_model(epochs=1000)

0 commit comments

Comments
 (0)