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
I think DecodeCache should return a struct DecodedTensor(pub Tensor) newtype, and use DecodedTensor when uploading to GPU etc, to enforce at compile-time to remember to decode all tensors before displaying them
The text was updated successfully, but these errors were encountered:
I think
DecodeCache
should return astruct DecodedTensor(pub Tensor)
newtype, and useDecodedTensor
when uploading to GPU etc, to enforce at compile-time to remember to decode all tensors before displaying themThe text was updated successfully, but these errors were encountered: