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 use tons of torch.Tensor.to methods in my model for moving tensor between cpu/cuda, but the method is not supported in torch2trt currently. Will it ever be supported in the future release?
torch.Tensor.to(torch.device("cuda"))
The text was updated successfully, but these errors were encountered:
I use tons of torch.Tensor.to methods in my model for moving tensor between cpu/cuda, but the method is not supported in torch2trt currently. Will it ever be supported in the future release?
torch.Tensor.to(torch.device("cuda"))
The text was updated successfully, but these errors were encountered: