Skip to content

Commit 7284fe5

Browse files
authored
Update 7_compile_models.py
1 parent 034d341 commit 7284fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7_compile_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
data_path = 'data'
66

77

8-
for fp in tqdm(sorted(glob.glob(f'{data_path}/models/*.pth'))[3:]):
8+
for fp in tqdm(sorted(glob.glob(f'{data_path}/models/*.pth'))):
99
print(fp)
1010
if 'warp' in fp:
1111
shape = [4, 113, 137, 113]

0 commit comments

Comments
 (0)