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
outputs: NotEmpty[Sequence[OutputTensorDescr]]
"""Describes the output tensors."""
Cellpose's ResNet produces tuple[Tensor, Tensor, list[Tensor]]. It would be nice to support this if it only introduces little trouble, otherwise please ignore this because the list can be unpacked by who uploads the Cellpose models.
The text was updated successfully, but these errors were encountered:
Currently:
Cellpose's ResNet produces
tuple[Tensor, Tensor, list[Tensor]]
. It would be nice to support this if it only introduces little trouble, otherwise please ignore this because the list can be unpacked by who uploads the Cellpose models.The text was updated successfully, but these errors were encountered: