Skip to content

GPU utilization stuck at 100% and training hangs at first iteration in MTKD step3 (ChangeFormer) #154

@xsssse

Description

@xsssse

Hi,
I am training ChangeFormer under the MTKD framework (step3: student distillation) using 4× RTX 4090 with DDP. When SyncBN is enabled for the student model, the training hangs at the first iteration:

  1. GPU utilization goes to 100%
  2. No Iter [1/x] log is printed
  3. No explicit error message (process just gets stuck)

If I switch SyncBN to BN, the training runs normally without hanging. Has anyone encountered this issue before? Is there a recommended way to use SyncBN in MTKD / distillation setups, or a known workaround?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions