-
Notifications
You must be signed in to change notification settings - Fork 4
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
Network differs for consecutive calls of Conformer Module. #257
Comments
Can you link the full log in a Gist? Also, can you at least complete the diff log here? There was a bit more output on this. |
This is the complete diff log! |
In the log you send me earlier, you had:
|
I set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When starting a fresh training the network construction already runs twice because the network apparently differs:
The diff is:
The network code can be found under:
https://github.com/rwth-i6/i6_experiments/blob/main/users/rossenbach/experiments/librispeech/librispeech_100_attention/rc_conformer_2023/rc_networks/conformer_aed_trial.py
The network is constructed via:
But within the
construct_network
epoch is not used:The full log can be found under:
https://gist.github.com/JackTemaki/bc24ac9d5ced81c823a0b94fa0871720
The text was updated successfully, but these errors were encountered: