You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DxqS The code you shown in the second picture, is pytorch implementation of PyNET,and the tensorflow implementation of PyNET is same to the description in papers.
And I checked the pytorch implementation of PyNET , the autor @aiff22 modified the model exactly and declared three major modifications.
But he didn't mention the modifications about dropping the skip connections of level5.
If @aiff22 have tried such modifications and it has better effects? or just omitted?
It confused me too.
The right one is in the paper and in this repository. In the PyTorch repository, it was just omitted by mistake. You can add skip-connections in the 5th level by changing the above code to:
which one is right?
The text was updated successfully, but these errors were encountered: