lunar333

Results 23 issues of lunar333

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Install the dependencies: # Debian-based: sudo...

asking-for-help-with-local-system-issues

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Commit hash: Installing clip Traceback (most...

bug-report

how to use the training data to fine-tune the open source chat-glm

2023-04-16 14:55:27 | INFO | __main__ | | decoding with criterion ctc 2023-04-16 14:55:27 | INFO | __main__ | | loading model(s) from /home/zhonghuihang/wav2vec2mdd/outputs/2023-04-15/09-22-50/checkpoints/checkpoint_best.pt Traceback (most recent call last): File...

bug
needs triage

when I am running the train_ms.py , it has some errows as follow: Traceback (most recent call last): File "train_ms.py", line 296, in main() File "train_ms.py", line 50, in main...

elif mode == "rb": err=open(output_folder+'/log.log',"a") proc = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,stderr=err) threading.Thread(target=cleanup,args=(proc,cmd)).start() # clean-up thread, return proc.stdout when the progarm at threading.Thread(target=cleanup,args=(proc,cmd)).start() # clean-up thread, def cleanup(proc, cmd): ret = proc.wait()...

--------------------------------------------------------------------------- ConnectionRefusedError Traceback (most recent call last) ~/miniconda3/envs/torch/lib/python3.7/urllib/request.py in do_open(self, http_class, req, **http_conn_args) 1349 h.request(req.get_method(), req.selector, req.data, headers, -> 1350 encode_chunked=req.has_header('Transfer-encoding')) 1351 except OSError as err: # timeout error ~/miniconda3/envs/torch/lib/python3.7/http/client.py...

when I use the command line 'compute-fbank-feats', it reminds me compute-fbank-feats: command not found, how to solve this problem

bug
stale

I use this shape of Mel to train the hifi gan, it has no any error when training. however, when I use the model to inference from tacotron file ,is...

as the picture depicted, the attention is broken. and when I use this model to generate wavs, is generate silence audio. why ?????