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 2c7c697 commit 035defbCopy full SHA for 035defb
1 file changed
benchmarks/batching.py
@@ -78,7 +78,7 @@ def _benchmark_device(device: torch.device) -> dict[str, float]:
78
"metadata-only": _measure(
79
lambda: tio.SubjectsBatch.from_subjects(metadata_subjects),
80
_ITERATIONS,
81
- device,
+ torch.device("cpu"),
82
),
83
}
84
0 commit comments