Replies: 2 comments 2 replies
-
Hi @sicajc, Let's figure this out. What have you tried so far? Is the code you're running tracking experiments with TensorBoard? Potentially you'll have to install the TensorBoard plugin for VS Code - https://code.visualstudio.com/docs/datascience/pytorch-support#_tensorboard-integration Have you tried to restart the notebook and run the cell(s) again? |
Beta Was this translation helpful? Give feedback.
-
Oh~ I suppose I figured out the bug. It seems like on my cpu, when creating dataloader with num_workers != 0 , the dataLoader is not working as expected. I tested it out by using next(iter(dataloader)), and it just went into an infinite loop and never stop running. Then i have no idea how to enable the use of multiple cpus when loading dataLoader if that is the case? Thx |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having trouble running the code of Pytorch Model07 experiment tracking. When I am running the train helper function, it seems like it just get stuck, nothing is running and I have no idea what is going on. Please help! Thanks. I'm running the code on the interactive window of Jupyter Notebook in VScode.
Beta Was this translation helpful? Give feedback.
All reactions