Skip to content

Commit 9469ed8

Browse files
Squashed 'tinyml-modelzoo/' changes from 574d0a75c..41c7e5bc8
41c7e5bc8 TINYML_ALGO-706 2de4f335e TINYML_ALGO-706 git-subtree-dir: tinyml-modelzoo git-subtree-split: 41c7e5bc83e0d557fe23c805298c2358c8df7ab2
1 parent 11e2e4a commit 9469ed8

60 files changed

Lines changed: 73 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/MNIST_image_classification/config_image_classification_mnist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ common:
44
target_device: MSPM0G5187
55
dataset:
66
dataset_name: mnist_image_classification
7-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/mnist_classes.zip
7+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/mnist_classes.zip
88
data_processing_feature_extraction:
99
feature_extraction_name: Mnist_Default
1010
training:

examples/MNIST_image_classification/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- **Source:** MNIST dataset exported via torchvision
3636
- **Classes:** 10 digits (0-9)
3737
- **Image Format:** 28x28 grayscale PNG images
38-
- **Download:** [mnist_classes.zip](https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/mnist_classes.zip)
38+
- **Download:** [mnist_classes.zip](https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/mnist_classes.zip)
3939

4040

4141
For dataset recreation instructions, refer to `readme_dataset_creation.md`.

examples/MNIST_image_classification/readme_dataset_creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Overview
55
This repository provides:
66
1. **The MNIST dataset** in `.zip` format, exported into a folder structure compatible with the Modelmaker flow.
7-
- Download here: [mnist_classes.zip](https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/mnist_classes.zip)
7+
- Download here: [mnist_classes.zip](https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/mnist_classes.zip)
88
2. **A Python script** (`dataset_mnist_creation.py`) used to convert the original [torchvision.datasets.MNIST](https://pytorch.org/vision/stable/generated/torchvision.datasets.MNIST.html) into the required format.
99

1010
Since the MNIST dataset is **not proprietary** but publicly available through `torchvision.datasets`, this script is included to allow anyone to regenerate the dataset if needed.

examples/PLAID_nilm_classification/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
target_device: F28P55
44
dataset:
55
dataset_name: plaid_submetered
6-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/plaid_nilm_submetered_dataset.zip
6+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/plaid_nilm_submetered_dataset.zip
77
data_processing_feature_extraction:
88
feat_ext_transform:
99
- FFT_FE

examples/PLAID_nilm_classification/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The classes here correspond to **11 different appliance types**:
3434
10. **Vacuum**
3535
11. **Washing Machine**
3636

37-
In this dataset, each class directory contains files corresponding to the voltage and current measurements when only that appliance class is turned on. While the dataset is extensive, we have taken a subset of it to use with ModelMaker. You can find the dataset subset here: [PLAID_submetered_dataset](https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/plaid_nilm_submetered_dataset.zip)
37+
In this dataset, each class directory contains files corresponding to the voltage and current measurements when only that appliance class is turned on. While the dataset is extensive, we have taken a subset of it to use with ModelMaker. You can find the dataset subset here: [PLAID_submetered_dataset](https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/plaid_nilm_submetered_dataset.zip)
3838

3939
## Usage in Tiny ML ModelZoo
4040

@@ -59,7 +59,7 @@ common:
5959
dataset:
6060
enable: True
6161
dataset_name: plaid_submetered
62-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/plaid_nilm_submetered_dataset.zip
62+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/plaid_nilm_submetered_dataset.zip
6363
```
6464
6565
The important parameters here are: task type `generic_timeseries_classification` has been selected. The target device is set to `F28P55`, ensuring that ModelMaker generates a compiled output that runs on this device. Dataset loading is enabled, and the correct dataset path to the zip folder is provided.

examples/ac_arc_fault/config_MSPM0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ common:
33
target_device: MSPM0G5187
44
dataset:
55
dataset_name: ac_arc_fault_log300_example_dsk
6-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/ac_arc_fault_log300.zip
6+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/ac_arc_fault_log300.zip
77

8-
# input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/ac_arc_fault.zip
8+
# input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/ac_arc_fault.zip
99
# split_type: within_files
1010
# split_factor:
1111
# - 0.6

examples/branched_model_parameters/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
target_device: F28P55
44
dataset:
55
dataset_name: wisdm_example
6-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/wisdm_dataset.zip
6+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/wisdm_dataset.zip
77
data_processing_feature_extraction:
88
data_proc_transforms:
99
- SimpleWindow

examples/dc_arc_fault/config_anomaly_detection_dsi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
target_device: F28P55
44
dataset:
55
dataset_name: arc_fault_example_dsi_ad
6-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/arc_fault_dsi_anomaly_detection.zip
6+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/arc_fault_dsi_anomaly_detection.zip
77
data_processing_feature_extraction:
88
data_proc_transforms:
99
- SimpleWindow

examples/dc_arc_fault/config_anomaly_detection_dsk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
target_device: F28P55
44
dataset:
55
dataset_name: arc_fault_example_dsk_ad
6-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/arc_fault_dsk_anomaly_detection.zip
6+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/arc_fault_dsk_anomaly_detection.zip
77
data_processing_feature_extraction:
88
data_proc_transforms:
99
- SimpleWindow

examples/dc_arc_fault/config_dsi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
target_device: F28P55
44
dataset:
55
dataset_name: arc_fault_example_dsi
6-
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_03_00/datasets/arc_fault_classification_dsi.zip
6+
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/01_04_00/datasets/arc_fault_classification_dsi.zip
77
data_processing_feature_extraction:
88
data_proc_transforms:
99
- Downsample

0 commit comments

Comments
 (0)