-
Notifications
You must be signed in to change notification settings - Fork 45
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
postnet parameters #3
Comments
@capavrulus I strictly following paper details here, although you can change dropout here as it's not mentioned in paper explicitly. |
hello @v-nhandt21, did you change the padding in every layer of the postnet model from |
Hi, bro: |
@SupreethRao99 @velonica0 I can not remember exactly what I have done with my code, I have cleaned it But you can check the padding in this ConvNorm class: we could try this to keep the same shape: |
Yes , I think i was able to get past the issue , but the model performance was horrible to say the least even after training with the full dataset on multiple GPU's for the full 1Million training steps , the models performance didn't improve, which is why I moved on |
Hi, thanks. I resorted to using 'padding = same' to overcome the issue in PyTorch 1.12 |
@v-nhandt21 @SupreethRao99 |
I noticed that the postnet filter size is 32, which makes the output have different shapes than the input. Also, the dropout rate is so high that it's not learning anything meaningful. Is that supposed to be like this?
The text was updated successfully, but these errors were encountered: