Interactive html plotting and gari benchmarking scipts#270
Open
arshpreetmaan wants to merge 3 commits into
Open
Interactive html plotting and gari benchmarking scipts#270arshpreetmaan wants to merge 3 commits into
arshpreetmaan wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR builds on top of the GARI core integration to introduce interactive html plotting and bash scripts to the benchmarking pipeline in
benchmarking/gari/Included Benchmark Utilities
interactive_plot.py: A local html dashboard designed to help researchers interactively visualize data across various parameters (code types, distances, decoder types, prior modes, detector orderings, beam-sizes etc). It provides dynamic data selection, automatic speedup computation against reference baselines, and self-contained PNG export capabilities. The dashboard serves as a baseline framework that can be extended with new features based on the user's own benchmarking parameters. The primary motivation is that making sense of comprehensive parameter sweeps and configurations can be challenging; thus, providing an interactive plot with dynamic filters directly helps in inferring meaningful conclusions from the data.submit.sh: A configured bash script to run batch-submitting parameter sweeps over SLURM to produce the simulated JSONL data for the plot.submit_locally.sh: The local equivalent of the SLURM submission script for generating testing benchmark data on a workstation.README.md: Updated with instructions on how to useinteractive_plot.pyand run the simulation benchmarks.Dashboard Visuals
The plots in PR #269 were downloaded directly from the html dashboard. Here's screenshot of the dashboard:
