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, I tested the model after training, but I encountered a error stating that "maximum recursion depth exceeded while calling a Python object".
Could you help me with the problem? Thanks a lot!
The text was updated successfully, but these errors were encountered:
thank you! I have solved the problem. But there is another problem when testing BTCV dataset:
Runtime Error: Expected all tensors to be on the same device,but found at least two devices, cuda:0 and cpu!
In the code, I only modified num_gpus to 1(since I have only 1), why there are two devices?
Hello, I tested the model after training, but I encountered a error stating that "maximum recursion depth exceeded while calling a Python object".


Could you help me with the problem? Thanks a lot!
The text was updated successfully, but these errors were encountered: