Does anyone know how to train with console like progress bar in jupyter notebook? The previous version I used (below) even after I updated the path to new location of things, stopped working:
Being able to do this can be quite useful - without disabling the progress bar upon disconnecting to the kernel after a while (say running training overnight), the notebook is overwhelmed with updates and does not update properly.
Sorry for the false alarm - I made changes to the code yesterday (for not showing the progress bar) to work with current master but I didn’t get anywhere (despite not getting an error the progress bar was still showing). But I think I got it now
Here is the slightly changed code for disabling the progress bar in jupyter notebook that works with current master: