Skip to content

Commit

Permalink
cleaned up runefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore authored and Michael-F-Bryan committed Mar 9, 2021
1 parent 14d7193 commit 16ead7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/microspeech/Runefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM runicos/base
CAPABILITY<i16[24000]> audio SOUND --hz 16000 --samples 150 --sample-size-ms 1500 # set up libraries and interfaces

CAPABILITY<F32[150]> audio AUDIO --hz 16000 --samples 150 --sample-size-ms 1500
PROC_BLOCK<f32[128, 3],f32[128, 3]> fft otg-ai/rune#proc_blocks/fft
PROC_BLOCK<f32[128, 3],f32[128, 3]> fft hotg-ai/rune#proc_blocks/fft

MODEL<F32[150],F32> model ./model.tflite
RUN audio fft model
Expand Down

0 comments on commit 16ead7d

Please sign in to comment.