Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jan 2, 2018
1 parent 8c0b5a9 commit b8ee2ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def collate_fn(batch):
c = c[s:s + max_time_frames, :]
assert_ready_for_upsampling(x, c)
else:
assert False
x, c = audio.adjast_time_resolution(x, c)
if max_time_steps is not None and len(x) > max_time_steps:
s = np.random.randint(0, len(x) - max_time_steps)
Expand Down

0 comments on commit b8ee2ce

Please sign in to comment.