From 047d7b88c62daaaf31ad1b3f397a7c36044f8c71 Mon Sep 17 00:00:00 2001 From: asyaturhal Date: Mon, 12 Feb 2024 12:44:39 +0300 Subject: [PATCH] Add comments on autoencoder network yaml --- networks/ai85-autoencoder.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/networks/ai85-autoencoder.yaml b/networks/ai85-autoencoder.yaml index e8223c02..ae2a6cb2 100644 --- a/networks/ai85-autoencoder.yaml +++ b/networks/ai85-autoencoder.yaml @@ -1,7 +1,11 @@ --- +# Autoencoder model compatible with MAX78000. +# Input Shape: [256, 3] = [N_CHANNELS, SIGNAL_LEN] +# Sample motor data is collected using SpectraQuest Machinery Fault Simulator. + arch: ai85autoencoder dataset: SampleMotorDataLimerick -# Define layer parameters in order of the layer sequence + layers: # Layer 0: 256 channels in --> 64 processors, 4 passes. Conv1D - pad: 0