[~] Refactor
This commit is contained in:
parent
aeea12bbc1
commit
b3c9a9d0a9
@ -1025,6 +1025,7 @@ def kernel_15(
|
|||||||
|
|
||||||
numpy.random.seed(0)
|
numpy.random.seed(0)
|
||||||
t22 = numpy.random.choice(t4, 10)
|
t22 = numpy.random.choice(t4, 10)
|
||||||
|
pprint.pprint(t22)
|
||||||
import tqdm
|
import tqdm
|
||||||
for t5 in tqdm.tqdm(t22):
|
for t5 in tqdm.tqdm(t22):
|
||||||
t6 = t3.video_path.data[t5]
|
t6 = t3.video_path.data[t5]
|
||||||
|
Loading…
Reference in New Issue
Block a user