Muri icon indicating copy to clipboard operation
Muri copied to clipboard

Artifacts for our SIGCOMM'22 paper Muri

Results 4 Muri issues
Sort by recently updated
recently updated
newest added

In math.isclose, when y is equal to 0, the relative difference is equal to 1, so it can't work correctly. We should use abs difference.

There was an error like "ModuleNotFoundError: No module named 'dataloader'" in the file nlp_model.py(line 9:from dataloader import KVReader). I tried to use "pip install dataloader" to install the dataloader. But...

I have a question about the themis simulator in the file` run_sim.py`, in the function `themis_sim_jobs`, it first call the function `get_isolated_throughts `to get a list of throughput of current...

hello. While looking at the simulator code, I have a question. While looking at the SRTF code (def shortest_first_sim_jobs(...)) in run_sim.py, I saw that the execution time including overhead was...