Skip to content
Snippets Groups Projects
Commit 90a9b0d6 authored by Jean-Luc Parouty's avatar Jean-Luc Parouty
Browse files

update GTSRB

Former-commit-id: 5169c8c6
parent 952c9594
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -80,7 +80,7 @@ def shuffle_np_dataset(x, y): ...@@ -80,7 +80,7 @@ def shuffle_np_dataset(x, y):
def update_progress(what,i,imax): def update_progress(what,i,imax):
bar_length = 40 bar_length = min(40,imax)
if (i%int(imax/bar_length))!=0 and i<imax: if (i%int(imax/bar_length))!=0 and i<imax:
return return
progress = float(i/imax) progress = float(i/imax)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment