TPS icon indicating copy to clipboard operation
TPS copied to clipboard

Failed to run model on torch 1.10+cuda 11.3

Open davimedio01 opened this issue 11 months ago • 0 comments

When I test the model with the torchinfo library, i.e. by creating some input with a size = (1, 3, 16, 224, 224) to simulating my K400 dataset entry and sending it to the model, the following error occurs: Image Image By the way, the model is composed with a backbone (TPS - SwinTransformer2D_TPS) and a head (I3DHead), connected by a torch.nn.Sequential. torch 1.10.0 // cuda 11.3 // ubuntu 22.04 wsl

davimedio01 avatar Feb 10 '25 00:02 davimedio01