Skip to content

Commit

Permalink
[Prediction] Fixed display loader
Browse files Browse the repository at this point in the history
  • Loading branch information
YanSte committed Aug 9, 2023
1 parent 9089bf1 commit e079f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/skit/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ def tf_wrong_predictions(dataset, model, labels, qt_desired, with_x_test=False,
if incorrect_count >= qt_desired:
break

# Close the progress bar when done
# Show and close the progress bar when done
pbar.update(qt_desired)
pbar.close()

if with_x_test:
Expand Down

0 comments on commit e079f5c

Please sign in to comment.