-
Notifications
You must be signed in to change notification settings - Fork 981
Open
Labels
Milestone
Description
This roadmap wants to create a new benchmark that values:
- Fairness: Implementing proper warmup, cache clearing, and CUDA event synchronization
- Statistical rigor: Collecting multiple runs with comprehensive statistics (mean, std, percentiles, min, max)
- tested with real/respected datasets
| Category | Dataset / Example | Notes |
|---|---|---|
| Image | MNIST (0 vs 1, 4×4 downsample) | Common QML toy dataset, used in PennyLane & Qiskit |
| Image | Synthetic images | Generated low-res grayscale images |
| Image | Image (generic) | Placeholder for custom image pipelines |
| Tabular | Iris (binary, 2 features) | Standard classical→quantum baseline |
| Tabular | Synthetic blobs | Linearly / non-linearly separable data |
| Tabular | Tabular (generic) | Arbitrary CSV / NumPy-style input |
| Scale | Synthetic blobs (100k samples) | Stress-test data loading & batching |
| Scale | Large tabular data | Focus on I/O, preprocessing overhead |
| Scale | Large image dataset | Measures memory + pipeline throughput |
- test out different hyper-params (qubits, samples, etc.)
- create nice graphs for blogposts, presentations, and academic papers
- compare different hyper-params with different frameworks(mahout qdp, pennylane, quiskit, etc)
Reactions are currently unavailable