- The model needs to be added to TinyVerse
- Say for example, to add a model for audio tasks
- Head over to
<root>/tinyml-tinyverse/tinyml_tinyverse/common/models
- In the directory, add a
<model_name>.py
file or add the model to any of the existinggeneric_*_models.py
- and add the corresponding model name to
__init__.py
in themodel_dict
- Head over to
<root>/tinyml-modelmaker/tinyml_modelmaker/ai_modules/common/timeseries/training/tinyml_tinyverse/
- Note: In the above path
timeseries
needs to be replaced with the respective ai_module, i.eaudio
orvision
etc - In case the added model is for a classification task, then go to the script: Eg.:
timeseries_classification.py
- Add the model details under
model_urls
,_model_descriptions
andenabled_models_list