We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaff01 commit 9c9fd23Copy full SHA for 9c9fd23
benchmarking/run.py
@@ -18,7 +18,7 @@
18
#storing results in /benchmarking/results: (for your PR)
19
out_dir = os.path.normpath(this_dir + '/results')
20
21
-n_frames = 1000
+n_frames = 1000 #change to 10000 for GPU!
22
pixels = [2500, 10000, 40000, 160000, 320000, 640000]
23
ind = 1
24
0 commit comments