Jump to the next epoch without finish this epoch #12380
Unanswered
SilenceZZZZZZ
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
hey @SilenceZZZZZZ ! this shouldn't happen in an ideal case. Did you see any logs/warnings? if not, is it possible to share a reproducible script using: https://colab.research.google.com/github/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report/bug_report_model.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Epoch 0: 1%| | 96/15051 [00:21<55:05, 4.52it/s, loss=4.57, v_num=1]
Epoch 0: 0%| | 0/15051 [00:00<?, ?it/s, loss=4.57, v_num=1]
Epoch 1: 0%| | 0/15051 [00:00<?, ?it/s, loss=4.57, v_num=1]
Epoch 1: 0%| | 1/15051 [00:03<15:55:07, 3.81s/it, loss=4.57, v_num=1]
Dose anyone know why?
Beta Was this translation helpful? Give feedback.
All reactions