Skip to content

Commit 9c9fd23

Browse files
authored
Update run.py
1 parent bfaff01 commit 9c9fd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarking/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#storing results in /benchmarking/results: (for your PR)
1919
out_dir = os.path.normpath(this_dir + '/results')
2020

21-
n_frames = 1000
21+
n_frames = 1000 #change to 10000 for GPU!
2222
pixels = [2500, 10000, 40000, 160000, 320000, 640000]
2323
ind = 1
2424

0 commit comments

Comments
 (0)