-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
3rd partyRelated to a 3rd-partyRelated to a 3rd-partybugSomething isn't workingSomething isn't workingdistributedGeneric distributed-related topicGeneric distributed-related topic
Milestone
Description
🐛 Bug
Running multi-GPU training does not update training progress bar, used in Grid Jupyterlab
Please reproduce using the BoringModel
To Reproduce
just change
gpus=2
accelerator="ddp_spawn"
precision=16,
accumulate_grad_batches=8,
val_check_interval=0.25,
progress_bar_refresh_rate=1,
weights_summary='top',
when I check GPU utilization it is running correctly
Expected behaviour
a properly updated progress bar
Environment
Note: Bugs with code
are solved faster ! Colab Notebook
should be made public
!
Metadata
Metadata
Assignees
Labels
3rd partyRelated to a 3rd-partyRelated to a 3rd-partybugSomething isn't workingSomething isn't workingdistributedGeneric distributed-related topicGeneric distributed-related topic