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
This file contains 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
@@ -17,5 +17,5 @@ The [`run_experiment.sh`](../jetson/power_logging/run_experiment.sh) script is r
The [`create_dataset.sh`](../model_training/create_dataset.sh) script provides a helpful utility to get preprocessed and training datasets from a raw dataset. The script performs the following operations:
3.`Lines 12:15`: Create preprocessed dataset from raw dataset using the `map_power_to_layers.py` script.
5.`Lines 20:23`: Create training dataset from preprocessed dataset using the `convert_measurements.py` script.
1.`Lines 12:15`: Create preprocessed dataset from raw dataset using the `map_power_to_layers.py` script.
2.`Lines 20:23`: Create training dataset from preprocessed dataset using the `convert_measurements.py` script.