Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Torch Version UNetEncoderBlock causes multi-card training error #40

Open
Yeeesir opened this issue Jun 6, 2023 · 0 comments
Open

Torch Version UNetEncoderBlock causes multi-card training error #40

Yeeesir opened this issue Jun 6, 2023 · 0 comments

Comments

@Yeeesir
Copy link

Yeeesir commented Jun 6, 2023

When I use maxim_pytorch provided by link, and try multi-gpu training, the following error occurred

  File "/home/miniconda3/lib/python3.8/site-packages/torch/autograd/__init__.py", line 154, in backward
    Variable._execution_engine.run_backward(
RuntimeError: Function BroadcastBackward returned an invalid gradient at index 76 - got [0] but expected shape compatible with [0, 32, 2, 2]

I found that the key problem lies in the torch implementation of UNetEncoderBlock, other network structures did not introduce errors

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant