bstriner / keras-tqdm

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

added support for tensorflow>=2.1 #39

Open HussainMSajwani opened 3 years ago

HussainMSajwani commented 3 years ago

Fixed error "KeyError: 'metrics'" when running on tensorflow versions 2.1+. self.params dict no longer has the key "metrics". instead, metrics are in logs.