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
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.
The text was updated successfully, but these errors were encountered:
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?
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
i6_experiments/common/setups/rasr/onnx_precomputed_hybrid_system.py
Line 90 in 5251dcd
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.The text was updated successfully, but these errors were encountered: