choshiho
choshiho
> I see two different issues > > ### Unsuccessful NVIDIA driver installation > `AttributeError: /lib64/libnvidia-ml.so.1: undefined symbol: nvmlDeviceGetComputeRunningProcesses_v2` > > So would suggest trying to run a simpler example...
> I see two different issues > > ### Unsuccessful NVIDIA driver installation > `AttributeError: /lib64/libnvidia-ml.so.1: undefined symbol: nvmlDeviceGetComputeRunningProcesses_v2` > > So would suggest trying to run a simpler example...
> @choshiho regarding your error on `no module named pytorch_pretrained` my suspicion is this has something to do with how you're importing the library, is this a local directory file...
@msaroufim **model.pt** I got a model.pt file from this github repo as shown below. [https://github.com/649453932/Bert-Chinese-Text-Classification-Pytorch](url) step 1. download pre-trained model bert_Chinese from [https://s3.amazonaws.com/models.huggingface.co/bert/bert-base-chinese.tar.gz](url) extract bert_config.json, pytorch_model.bin and put them in...
> 1. Please follow > https://github.com/k2-fsa/icefall/tree/master/egs/tal_csasr/ASR > to prepare your data > 2. Use https://github.com/k2-fsa/icefall/tree/master/egs/librispeech/ASR/pruned_transducer_stateless7_streaming > to replace [pruned_transducer_stateless5](https://github.com/k2-fsa/icefall/tree/master/egs/tal_csasr/ASR/pruned_transducer_stateless5) hi, according to your second reply message, the data preparation part...
> Please follow step 1 to prepare your data. Step 1 is for bilingual dataset. One more question, there are several lines containing librispeech_cuts_*.jsonl.gz in icefall/egs/librispeech/ASR/pruned_transducer_stateless7_streaming/asr_datamodule.py, should I replace them...