hamiltorch icon indicating copy to clipboard operation
hamiltorch copied to clipboard

progress bar issue

Open andreichalapco opened this issue 4 years ago • 2 comments

Hi,

when trying to run the jupyter notebooks I noticed that the progress_bar_update method doesn't post any metrics during the training. I'm currently checking a bit the code, but I'm not sure where the problem is coming.

andreichalapco avatar Mar 25 '21 09:03 andreichalapco

Same issue encountered when I'm using Google Colab to try the sample code in https://github.com/AdamCobb/hamiltorch/blob/master/notebooks/hamiltorch_log_prob_examples.ipynb.

ZitongZhou avatar May 23 '21 08:05 ZitongZhou

My PR : https://github.com/AdamCobb/hamiltorch/pull/16 fixes this using TQDM.

kakodkar avatar Sep 14 '21 20:09 kakodkar