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

Recognition feature flow in OnnxPrecomputedHybridSystem #196

Closed
vieting opened this issue Dec 12, 2023 · 4 comments · Fixed by #197
Closed

Recognition feature flow in OnnxPrecomputedHybridSystem #196

vieting opened this issue Dec 12, 2023 · 4 comments · Fixed by #197
Assignees

Comments

@vieting
Copy link
Contributor

vieting commented Dec 12, 2023

Is anyone actively using the OnnxPrecomputedHybridSystem?

I just faced the issue that I needed to fix the merge of base feature flow and onnx fwd feature flow here

flow = add_fwd_flow_to_base_flow(feature_flow, onnx_flow, fwd_input_name="onnx-fwd-input")

by removing fwd_input_name="onnx-fwd-input" and just using the default. I think the input names were changed during the PR in i6_core and I suspect I forgot to adapt it here.

@Atticus1806
Copy link
Contributor

So I only tested this class once, but back then I had to change it back to fwd-input.

@vieting
Copy link
Contributor Author

vieting commented Dec 13, 2023

So I only tested this class once, but back then I had to change it back to fwd-input.

Which is the default value for add_fwd_flow_to_base_flow() anyway. I added the fix in #197.

@JackTemaki JackTemaki self-assigned this Dec 13, 2023
@michelwi
Copy link
Contributor

We had a discussion about the naming back in rwth-i6/i6_core#431 (comment)
And I thought the conclusion was that the user never has to specify anything and "it just works".

So maybe you are now wrongly specifying something here?

Willi looks in the PR

Ok, looks like it :D

@JackTemaki
Copy link
Contributor

I can not really see it in my setup, but it seems somehow it.... worked in the past for me? But no idea why.

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

Successfully merging a pull request may close this issue.

6 participants