trange/tqdm in tune.py are not working #231
Closed
vtontodonato
started this conversation in
General
Replies: 1 comment
|
Solved: Code fragment line 144, progress.py in diart folder: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In file "console/tune.py" after the line "from diart.optim import Optimizer"
tqdm does not work anymore in Windows, in any point before the "from diart.optim import Optimizer" the tqdm is working.
This is blocking working with tune.py in console folder because the error occurs in the TQDMProgressBar.Create
Stream and Serve are working like a shame. ... any idea?
All reactions