hitachi-speech/EEND

Question about CUDA toolkit version

msh9184 opened this issue · 2 comments

Hi, thanks a lot for your work.
I have the question about CUDA toolkit version.

My experiment setting is based on NVIDIA RTX 3090 GPU, so I have to use CUDA toolkit higher than 11.1 version.
But the dependencies for your repo seem to require the CUDA Toolkit version from 8.0 to 10.1.

Can I run your recipe on the CUDA toolkit of higher than 11.1 version?

No problem.

Hi, @msh9184 . I understand that you seem to use 3090 server to run the EEND project, did you run it successfully? Does CUDA toolkit version affect program running? When I tried to run it,I have finished task about run_prep.sh ,but when i start to run the run.sh,it will appear some problems just like this:
training model at exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train.
run.pl: job failed, log is in exp/diarize/model/train_clean_5_ns2_beta2_500.dev_clean_2_ns2_beta2_500.train/.work/train.log
And the log document is empty ,do you know how to solove it?I really hope to get your help.