Skip to content

Support undeclared parameters in MLBlock #118

Description

@csala

Current MLBlock does not support passing parameters that have not been declared in the primitive definition.
This might be necessary in cases where the arguments expected by the primitive are dynamically known at runtime, and not when the JSON annotation is created.

To fix this, a new entry called unknown should be added within the hyperparameters dictionary, which, if set to true, disables the strict checking.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions