Arnault

Results 14 comments of Arnault

Hi @apolinario! Thanks for the report and for the examples. Sorry for the late reply. > Also more broadly, even without the `enumerate` function, it doesn't work when the for...

In the incoming v0.0.5 version, there should be a fix that display the iteration speed without a real progress as there is no total or length. ![image](https://user-images.githubusercontent.com/17848620/191012098-44c4ba13-1907-438a-a868-e5d1c0647961.png)

Hi @Prajval-1608, Thanks for the detailed report. I have been trying to reproduce the bug with the versions you provided and brave (instead of chrome or firefox). For weird reasons,...

Hi @Prajval-1608 , Thanks a lot, we may be missing some informations, but I would bet around something going on with a tqdm / streamlit / windows combo. I am...

For people still looking for a full combo workaround, this should work for tensorflow 2.11 in all situations (in reality I haven't tested everything). Don't hesitate to comment with your...

Hi @RRiva , I went back to the tensorflow file and added what seems to be their way to specify "tensorflow-io-gcs-filesystem" Can you try again and confirm it works ?...

@radoering adding it to my previous answering and citing this to have a standalone.

v0.0.5 is live : https://github.com/Wirg/stqdm/releases/tag/v0.0.5 . In this version, you will have a text displaying the number of iterations and the iterations speed (like with tqdm). See example here :...

Hi @Prajval-1608 , Sorry for the late response. I took time to investigate this one. It's due to tqdm lock to protect writing. From my understanding, it appears only on...

Hi @rohitsathish, Thanks for reporting. I was not able to reproduce with the following code. It might be windows specific. In the past, I had some issues with Windows. I...