Skip to content

Commit

Permalink
removed HBox artifact, from tqdm. todo: fix so..
Browse files Browse the repository at this point in the history
..can see the TQDM progress bar..
  • Loading branch information
sradc committed Apr 19, 2021
1 parent a811cd4 commit c7332b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ plt.plot(validation_acc)
plt.show()
```


HBox(children=(FloatProgress(value=0.0, max=300.0), HTML(value='')))


Final validation accuracy: 0.9400000000000001


Expand Down Expand Up @@ -328,10 +324,6 @@ plt.plot(validation_acc)
plt.show()
```


HBox(children=(FloatProgress(value=0.0, max=3000.0), HTML(value='')))


Final validation accuracy: 0.63828125


Expand Down

0 comments on commit c7332b8

Please sign in to comment.