Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubts regarding layers and blocks #35

Open
fmorenopino opened this issue Jan 9, 2020 · 1 comment
Open

Doubts regarding layers and blocks #35

fmorenopino opened this issue Jan 9, 2020 · 1 comment

Comments

@fmorenopino
Copy link

Hi Vincent,

Congrats for for code. I have a doubt regarding two of the hyperparameters: as far as I know, the layers of your model would be equivalent to each of the rows that we can see on the Figure 2 of the paper, but I don´t really see why do we need the blocks for the implementation. Could you clarify this to me?

Thanks. Kind regards.

@rpatrik96
Copy link

Congrats for for code. I have a doubt regarding two of the hyperparameters: as far as I know, the layers of your model would be equivalent to each of the rows that we can see on the Figure 2 of the paper, but I don´t really see why do we need the blocks for the implementation. Could you clarify this to me?

Hi @fmorenopino!
I think I know the answer to your question.
The number of layers means how many dilated convolutions are stacked after each other with increasing receptive fields; while the number of blocks means how many of those layer sequences are in the model.

With a concrete example: if you have 3 layers in 2 block, then the dilations are:

1, 2, 4, 1, 2, 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants