hamiltorch
hamiltorch copied to clipboard
progress bar issue
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.
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.
My PR : https://github.com/AdamCobb/hamiltorch/pull/16 fixes this using TQDM.