hitachi-speech / EEND

End-to-End Neural Diarization
MIT License
360 stars 57 forks source link

Question about CUDA toolkit version #43

Closed msh9184 closed 10 months ago

msh9184 commented 12 months ago

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?

msh9184 commented 10 months ago

No problem.

yhy929 commented 4 months ago

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.