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
It's a violation of namespace separation to pass it as a kwarg to partial/PartialPlus/etc. My preferred syntax would be one (possibly involving getitem on some magic object) that keeps output_length and any other metadata parameters in their own separate box from the partial's kwargs. I think this is doable with some care.
For the sake of not cluttering the graph too much, just add an attribute on a Node. This also lets as_partialplus more easily annotate known quantities.
The text was updated successfully, but these errors were encountered:
Like
hyperopt.pyll
'so_len
.It's a violation of namespace separation to pass it as a kwarg to partial/PartialPlus/etc. My preferred syntax would be one (possibly involving
getitem
on some magic object) that keepsoutput_length
and any other metadata parameters in their own separate box from the partial's kwargs. I think this is doable with some care.For the sake of not cluttering the graph too much, just add an attribute on a
Node
. This also letsas_partialplus
more easily annotate known quantities.The text was updated successfully, but these errors were encountered: