bstriner / keras-tqdm

Keras integration with TQDM progress bars
MIT License
348 stars 41 forks source link

'metrics' might not be present in params #42

Open kaomoneus opened 2 years ago

kaomoneus commented 2 years ago

Usually I fit my models without any metrics. So params['metrics'] drops KeyError in my case. Also some variables are using only under show_inner clause, but initialized in outer scope.

kaomoneus commented 2 years ago

I also see that it might be pretty well fixed by #39