Skip to content

Commit

Permalink
Add comments on autoencoder network yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl committed Feb 12, 2024
1 parent 6dfea50 commit 047d7b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion networks/ai85-autoencoder.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 047d7b8

Please sign in to comment.