-
Notifications
You must be signed in to change notification settings - Fork 23
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
Also infer dynamic axes for every model input and output #529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should not hardcode ...:size1
here. You can just check the entry in extern_data
/model_outputs
, it will tell you what dynamic dims are there.
How so? This is not within RETURNN (where this info might be available), and there are cases where there's simply |
It applies You could replicate the defaults from |
Co-authored-by: Albert Zeyer <[email protected]>
I think this could be a fix for #510 (comment) and https://bitbucket.org/omnifluent/apptek_asr/pull-requests/1173/overview.