Epoch error at 0/599

252 views
Skip to first unread message

Damir Usmanov

unread,
Apr 5, 2021, 9:52:27 PM4/5/21
to kaldi-help
Hi, all.

Before training, I added 4 noisy wav files to pointsource_noises directory

But I got an error at 0/599 on Epoch iteration. Below is screenshot of train.0.1.log.
Screenshot from 2021-04-06 09-24-32.png

Below is nvidia-smi & nvcc --version
Screenshot from 2021-04-06 09-51-11.png

Attached the log file. (exp/chain_rvb/tdnn1n_rvb/train.0.1.log)

When I don't add 4 noisy files, I don't get this.

What is wrong with 4 noisy wav files?
Please help me.

Thank you.
train.0.1.log

Daniel Povey

unread,
Apr 6, 2021, 2:14:12 AM4/6/21
to kaldi-help
The compute capability of the RTX 3090 is 8.6.  Edit your kaldi.mk and when you see something like
 ...  -gencode arch=compute_75,code=sm_75
change it to
 ...  -gencode arch=compute_75,code=sm_75  -gencode arch=compute_86,code=sm_86

--
Go to http://kaldi-asr.org/forums.html to find out how to join the kaldi-help group
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/f8ba1e31-b8bc-4210-8821-750e00e5699bn%40googlegroups.com.

Daniel Povey

unread,
Apr 6, 2021, 2:14:26 AM4/6/21
to kaldi-help
... and then do `make clean` and `make -j`.

Damir Usmanov

unread,
Apr 6, 2021, 10:50:05 AM4/6/21
to kaldi-help
Thank you! It works.
Reply all
Reply to author
Forward
0 new messages