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
For an input, value_scaling, resize_type and pre_processing_function can be used.
However, it is ambiguous what should happen (how to interpret the MLM) if all are combined simultaneously.
Should this be disallowed?
Should the specific order to apply them predefined (needing custom pre_processing_function otherwise)
Furthermore, the output allows a similar post_processing_function.
Although the text does describe normalization/resize operations in a similar fashion, there is no concept of value_scaling and resize_type in that case.
Should those be added to the output?
Is there anything else missing that could be needed?
🚀 Feature Request
For an input,
value_scaling
,resize_type
andpre_processing_function
can be used.However, it is ambiguous what should happen (how to interpret the MLM) if all are combined simultaneously.
pre_processing_function
otherwise)Furthermore, the output allows a similar
post_processing_function
.Although the text does describe normalization/resize operations in a similar fashion, there is no concept of
value_scaling
andresize_type
in that case.🔉 Motivation
Refine/unify definitions.
📡 Alternatives
n/a
📎 Additional context
The text was updated successfully, but these errors were encountered: