There is a problem sometimes with jupyter and keras progress bars where it freezes. The solution is to set verbose=0; and if you want progress bars then pip install keras_tqdm.
There is a problem sometimes with jupyter and keras progress bars where it freezes. The solution is to set verbose=0; and if you want progress bars then pip install keras_tqdm.