Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Feb 10, 2019
1 parent 7c44e1b commit 9cfb670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/talos_time_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def input_model(x_train, y_train, x_val, y_val, params):
batch_size=params['batch_size'], as_channels=False,
max_elements=args['size'])

strides = (1, params['strides_1'], params['strides_1'])
strides = (params['stride_1'], params['stride_1'])

model = Sequential()

Expand Down

0 comments on commit 9cfb670

Please sign in to comment.