We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9528a commit 717ee17Copy full SHA for 717ee17
1 file changed
examples/benchmark/sparse_vs_dense_tensors.py
@@ -12,7 +12,7 @@
12
13
assert torch.cuda.is_available(), 'Benchmark works only on cuda'
14
device = torch.device("cuda")
15
-shape = (500, 500, 500)
+shape = (300, 500, 500)
16
17
18
def create_spikes_tensor(percent_of_true_values, sparse, return_memory_usage=True):
0 commit comments