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
Enable users to specify different parameters for custom transformations in yaml or json files. Currently the parameters specified in the yaml for custom transformations are ignored
Possible implementation
In instantiate_nonserializable read the other args/parameters in transform and return result_transform(**args) (similar to how it is done in from_dict for the existing transforms)
The text was updated successfully, but these errors were encountered:
Feature description
Read parameters for custom/lambda transformations
Motivation and context
Enable users to specify different parameters for custom transformations in yaml or json files. Currently the parameters specified in the yaml for custom transformations are ignored
Possible implementation
In instantiate_nonserializable read the other args/parameters in transform and return result_transform(**args) (similar to how it is done in from_dict for the existing transforms)
The text was updated successfully, but these errors were encountered: