Skip to content

Commit

Permalink
Add autoencoder log and network yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl committed Feb 2, 2024
1 parent 16b6610 commit b908df6
Show file tree
Hide file tree
Showing 2 changed files with 7,665 additions and 0 deletions.
47 changes: 47 additions & 0 deletions networks/ai85-autoencoder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
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
activate: ReLU
out_offset: 0x2000
processors: 0xffffffffffffffff
operation: Conv1d
kernel_size: 1
data_format: HWC
# Layer 1: 128 channels in --> 64 processors, 2 passes. Conv1D
- pad: 0
activate: ReLU
out_offset: 0x0000
processors: 0xffffffffffffffff
kernel_size: 3
operation: Conv1d
# Layer 2: 64 inputs --> 64 processors, 1 passes. MLP
- pad: 0
activate: ReLU
out_offset: 0x2000
processors: 0xffffffffffffffff
operation: MLP
# Layer 3: 32 inputs --> 32 processors, 1 pass. MLP
- activate: ReLU
out_offset: 0x0000
processors: 0x00000000ffffffff
operation: MLP
# Layer 4: 16 inputs --> 16 processors, 1 pass. MLP
- activate: ReLU
out_offset: 0x2000
processors: 0x000000000000000f
operation: MLP
# Layer 5: 32 inputs --> 32 processors, 1 pass. MLP
- activate: ReLU
out_offset: 0x4000
processors: 0x00000000ffffffff
operation: MLP
# Layer 6: 96 inputs --> 48 processors, 2 passes. MLP
- pad: 0
activate: None
out_offset: 0x0000
processors: 0x0000ffffffffffff
operation: MLP
Loading

0 comments on commit b908df6

Please sign in to comment.