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
where the block is a detection quadtree block , can you please guide ? Thanks.
Error :
Cell In[196], [line 113](vscode-notebook-cell:?execution_count=196&line=113)
[110](vscode-notebook-cell:?execution_count=196&line=110) else:
[111](vscode-notebook-cell:?execution_count=196&line=111) v = F.avg_pool2d(v, kernel_size=2, stride=2)
--> [113](vscode-notebook-cell:?execution_count=196&line=113) msg = self.py_att(queries, keys, values).contiguous().view(B, -1, C)
[115](vscode-notebook-cell:?execution_count=196&line=115) x = self.proj(msg)
[116](vscode-notebook-cell:?execution_count=196&line=116) x = self.proj_drop(x)
RuntimeError: input1 must be a CUDA tensor
This error occurs when sr_ratio > 1 does it not handle the list internally ?
The text was updated successfully, but these errors were encountered:
Hi, while passing a random tensor using the following code through the quadtree , I received the error shown below
Code:
where the block is a detection quadtree block , can you please guide ? Thanks.
Error :
This error occurs when
sr_ratio
> 1 does it not handle the list internally ?The text was updated successfully, but these errors were encountered: