Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -23,7 +23,8 @@ class TqdmCallback(keras.callbacks.Callback):
|
|||
if logs:
|
||||
if pop:
|
||||
logs = copy(logs)
|
||||
[logs.pop(i, 0) for i in pop]
|
||||
for i in pop:
|
||||
logs.pop(i, 0)
|
||||
bar.set_postfix(logs, refresh=False)
|
||||
bar.update(n)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue