Skip to content

Commit

Permalink
Merge pull request #17 from junsooo/master
Browse files Browse the repository at this point in the history
Fix comment: tabs replaced by spaces
  • Loading branch information
vincentherrmann authored Apr 6, 2018
2 parents 2b7bfb2 + 6ca9906 commit 26ba289
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wavenet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ def wavenet(self, input, dilation_func):
# WaveNet layers
for i in range(self.blocks * self.layers):

# |----------------------------------------| *residual*
# |----------------------------------------| *residual*
# | |
# | |-- conv -- tanh --| |
# | |-- conv -- tanh --| |
# -> dilate -|----| * ----|-- 1x1 -- + --> *input*
# |-- conv -- sigm --| |
# 1x1
# |
# |-- conv -- sigm --| |
# 1x1
# |
# ---------------------------------------> + -------------> *skip*

(dilation, init_dilation) = self.dilations[i]
Expand Down

0 comments on commit 26ba289

Please sign in to comment.