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
Hello, can I ask how to operate with conv_type='3d'?
about the code 'theta = torch.mean(theta, axis=-1)' when conv_type = '2d'?
Do somebody know?Thanks a lot.
The text was updated successfully, but these errors were encountered:
when I put the DyReluA in my model, it occurs this error:
raceback (most recent call last):
File ".\main.py", line 119, in
main()
File ".\main.py", line 111, in main
train_funcation = train_eval
File "D:\walyn\CTPelvic1K_project\utils\util.py", line 156, in train
loss.backward()
File "D:\Anaconda\envs\rtx3090\lib\site-packages\torch\tensor.py", line 221, in backward
torch.autograd.backward(self, gradient, retain_graph, create_graph)
File "D:\Anaconda\envs\rtx3090\lib\site-packages\torch\autograd_init_.py", line 132, in backward
allow_unreachable=True) # allow_unreachable flag
RuntimeError: ones needs to be contiguous
and I don't know how to fix it. Would somebody know,please?
Hello, can I ask how to operate with conv_type='3d'?
about the code 'theta = torch.mean(theta, axis=-1)' when conv_type = '2d'?
Do somebody know?Thanks a lot.
The text was updated successfully, but these errors were encountered: