Skip to content

Commit

Permalink
Change options
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Feb 10, 2019
1 parent 48e3574 commit df79e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/talos_time_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@

'neuron_1': [8, 32],
'kernel_1': [1, 3, 5],
'stride_1': [1, 3],
'stride_1': [1],
'rec_dropout': [0.0, 0.8, 3],
'rec_act': [hard_sigmoid, tanh],
'layer_drop': [0.0, 0.8, 3],
'layers': [2,3,4],
'pool': [0, 1],
'rebin': [25, 75, 100],
'rebin': [25, 50, 75, 100],
'time': [10, 15, 20]
}
'''
Expand Down

0 comments on commit df79e53

Please sign in to comment.