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
io.String.Input(id="Expression", default="I0*(1-F0)+I1*F0", tooltip="Expression to apply on tensor part of conditioning"),
30
-
io.String.Input(id="Expression_pi", default="I0*(1-F0)+I1*F0", tooltip="Expression to apply on pooled_input part of conditioning"),
30
+
io.String.Input(id="Expression",display_name="Tensor expr.",default="I0*(1-F0)+I1*F0", tooltip="Expression to apply on tensor part of conditioning"),
31
+
io.String.Input(id="Expression_pi",display_name="pooled output expr.",default="I0*(1-F0)+I1*F0", tooltip="Expression to apply on pooled_input part of conditioning"),
31
32
io.Combo.Input(
32
33
id="length_mismatch",
33
34
options=["tile", "error", "pad"],
34
35
default="error",
35
36
tooltip="How to handle mismatched image batch sizes. tile: repeat shorter inputs; error: raise error on mismatch; pad: treat missing frames as zero."
0 commit comments