Add parameters input for non-tensor model inputs #670
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
The most recent time this came up is bioimage-io/core-bioimage-io-python#439
Some models may accept additional parameters after initialization as part of the forward method. (Not all model key word arguments would be suitable as sample parameters!)
What I have in mind when thinking about this is roughly the following
Would be pretty straight forward to add to spec and core, but we should collect some more actual use-cases to discuss if (and how) we want to add this and how challenging it would be to support this in other partner software.
One approach to make adaption easier would be that all parameters have to be optional and some software just doesn't allow users to change those default values...
cc @bioimage-io/spec-dev
The text was updated successfully, but these errors were encountered: