tqdm Runs with no time(number) and a question mark

42 views Asked by At

100%|██████████| 1/1 [00:00<?, ?it/s]

I can't display numbers. How do I fix it

tqdm Runs with no time(number) and a question mark..

start = time.time()
finish = time.time()
print(finish - start)

I did this and it didn't work

0

There are 0 answers