Skip to content

Commit 04760b0

Browse files
author
zhangyujie05
committed
fix tqdm missing bug
1 parent fea0141 commit 04760b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/general.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import time
1414
import torchvision
1515
from scipy.cluster.vq import kmeans
16+
from tqdm import tqdm
1617

1718
@contextmanager
1819
def torch_distributed_zero_first(local_rank: int):

0 commit comments

Comments
 (0)