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
So my example_input is two tensors how should I pass in, so I have one input and one auxiliary input
dummy_input_x = torch.randn(1, IN_CHANNEL, 224, 224).to(device)
dummy_input_x_ex = torch.randn(1, EX_CHANNEL, 224, 224).to(device)
Can I spell tuple or list, but the assertion error is triggered when run: RuntimeError: CUDA error: device-side assert triggered
The text was updated successfully, but these errors were encountered:
So my example_input is two tensors how should I pass in, so I have one input and one auxiliary input
dummy_input_x = torch.randn(1, IN_CHANNEL, 224, 224).to(device)
dummy_input_x_ex = torch.randn(1, EX_CHANNEL, 224, 224).to(device)
Can I spell tuple or list, but the assertion error is triggered when run: RuntimeError: CUDA error: device-side assert triggered
The text was updated successfully, but these errors were encountered: