Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pytorch progress bar disappear on vscode jupyter

I have problem when training Pytorch model, the progress bar of is disappeared by no reason today. It still work properly the days before. I'm using jupyter through vs code, connect to the kernel that run on the Ubuntu subsystem. How can I show the progress bar as normal

Here is my screen

like image 933
ShanN Avatar asked Oct 18 '25 20:10

ShanN


1 Answers

I had this issue and it seems to come from a problem with tqdm for new versions of ipywidget (see https://github.com/microsoft/vscode-jupyter/issues/8552). As mentioned in the link, I solved it by downgrading ipywidgets:

pip install ipywidgets==7.7.2
like image 87
Adri Avatar answered Oct 21 '25 11:10

Adri



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!