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
If I call .optModelPath before .setTypes my optModelPath is removed, while if I call .setTypes first the optModelPath is still "active".
This bug caused me having an incredible amount of confusion!
Expected Behavior
Shouldn't matter which order we apply building steps.
Error Message
Model not found, or even worse when I tried to also remove Application that it loads ANOTHER model from a DIFFERENT path. That was incredibly confusing too, now my model required the wrong input rank!
Description
If I call
.optModelPath
before.setTypes
myoptModelPath
is removed, while if I call.setTypes
first theoptModelPath
is still "active".This bug caused me having an incredible amount of confusion!
Expected Behavior
Shouldn't matter which order we apply building steps.
Error Message
Model not found, or even worse when I tried to also remove Application that it loads ANOTHER model from a DIFFERENT path. That was incredibly confusing too, now my model required the wrong input rank!
How to Reproduce?
vs
Steps to reproduce
return new Builder<>(inputClass, outputClass, this);
Environment Info
Windows 11, WSL Ubuntu
The text was updated successfully, but these errors were encountered: