Skip to content

Commit

Permalink
Update train args
Browse files Browse the repository at this point in the history
  • Loading branch information
israelg99 committed Mar 2, 2017
1 parent 353e151 commit 0eaa61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
LAST = RATE
LENGTH = LAST + compute_receptive_field(RATE, DEPTH, STACKS)[0]

LOAD = True
LOAD = False

#%% Model.
INPUT = (LENGTH, BINS)
Expand Down

0 comments on commit 0eaa61f

Please sign in to comment.