Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
win10-pc committed Sep 10, 2020
1 parent 7998f4f commit 6bbd9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spikingjelly/datasets/dvs_gesture.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ def cvt_files_fun(aedat_file_list):
print(f'thread {i} start')
thread_list[-1].start()
# 最后一段任务由主线程完成
print('thread {7} start')
print('thread 7 start')
for aedat_file in tqdm.tqdm(aedat_files[7 * block:]):
cvt_file_fun(aedat_file)
print('thread {7} finished')
print('thread 7 finished')
for i in range(thread_list.__len__()):
thread_list[i].join()
print(f'thread {i} finished')
Expand Down

0 comments on commit 6bbd9ad

Please sign in to comment.