You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have an idea of how much overhead using something like spy represents.
For this purpose I propose two tests:
Overhead for an optimized script/command @Panaetius mentions he has something in Rust for reading many files at once
Overhead for a python ML model. Here it would be nice to test out training an image classification model. We can either get a simple one from the academic team or find one online. For example the CIFAR-10 dataset is ~200MB and can be easily fed into some reference image recognition CNN.
The goal is to compare the increase in execution time from running with spy relative to running without it.
The text was updated successfully, but these errors were encountered:
We should have an idea of how much overhead using something like spy represents.
For this purpose I propose two tests:
The goal is to compare the increase in execution time from running with spy relative to running without it.
The text was updated successfully, but these errors were encountered: