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
alternatively (and ideally) we figure out how to enforce that the batch dimension has shape "-1" (which I think is the onnx convention to indicate an arbitrary size).
In addition it would be nice to find a convenient way to convert existing, fixed-batch-size onnx weights.
Originally posted by @carlosuc3m in bioimage-io/collection-bioimage-io#540 (comment)
It seems like we need to allow onnx weights to specify/overwrite their own input shape(s).
something like this probably:
The text was updated successfully, but these errors were encountered: