blob: 86c5a4eb4451672e44ad9fab7cdbc62a5ce94ae7 [file] [log] [blame]
Gregor Richards9aff6a72018-08-30 17:21:52 -04001(1) cd src ; ./compile.sh
2
3(2) ./denoise_training signal.raw noise.raw count > training.f32
4
5 (note the matrix size and replace 500000 87 below)
6
7(3) cd training ; ./bin2hdf5.py ../src/training.f32 500000 87 training.h5
8
9(4) ./rnn_train.py
10
11(5) ./dump_rnn.py weights.hdf5 ../src/rnn_data.c ../src/rnn_data.h