TRAINING 305 B

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