anavc94
anavc94
Hey @arvindrajan92 , in my case the slower part was de nms algorithm, maybe 'cause I couldn't compile lamns on windows. I just changed that function. Regards, Ana
Ok, maybe I'll have a look. Thank you so much!
Hello @yg37 , could you solve the problem building faster-RNNLM? I am fancing the same error and I would appreciate a lot if you can help me. Thanks in advance!
Hi everybody, Gonna share my results, just in case you find them useful. I have trained the network following the instructions of @frankenjoe in order to make predictions each 250ms...
Hello @nleguillarme Yes, I'm training the Conv7Rnn. I am suspecting something went wrong while training, because loss doesn't decrease and acc doesn't increase, and I expected the predicted labels were...
Any problem @nleguillarme , here's my config file for 500ms: `@echo off SET RETRAIN=True SET ROOT=data SET OUTPUT=nets SET LEARNING_RATE=0.0001 SET N_EPOCHS=5 SET N_BATCH=512 SET SAMPLE_RATE=48000 SET FRAME=24000 SET STEP=12000...
Hello, related to the fact that I am suspecting I haven't trained the network enough epochs in order to perfom smaller window detections, I wonder how can I continue the...
Thanks @frankenjoe , I find the name a bit confusing haha. On the other hand, I am starting to get better results with 250ms frames. My problem was that I...
> Hey @anavc94, in the end, how were you results with the 500 ms frame size and the 250 ms frame size? If they worked well, if you do not...
This also happened to me. I solved it by changing the sample rate of the audio from 16k to 8k. Ana