You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
311 B

(1) cd src ; ./compile.sh
(2) ./denoise_training signal.raw noise.raw count > training.f32
(note the matrix size and replace 500000 87 below)
(3) cd training ; ./bin2hdf5.py ../src/training.f32 500000 87 training.h5
(4) ./rnn_train.py
(5) ./dump_rnn.py weights.hdf5 ../src/rnn_data.c ../src/rnn_data.h