abuvaneswari
abuvaneswari
Inferencing of a 15 sec long wav file on a GTX 1080 GPU takes 7 seconds. Is that expected? It seems to be a long time to me.
yes. Compiled native_client with CUDA option.
@syang1993, in my case, all the alignment graphs generated at the point of checkpoints (every 1000 steps) turn out to be the way described by @zyj008. I attach a sample...
> @fatchord Thanks for the remind! I just toke a look at it yesterday, as you said, it's easy to implement it since they only added an extra module to...
[yolov5_pruning_nncf_issue.tar.gz](https://github.com/openvinotoolkit/nncf/files/6498155/yolov5_pruning_nncf_issue.tar.gz)
Download the yolov5s.pt from here and place it in the main directory: https://github.com/ultralytics/yolov5/releases/download/v3.0/yolov5s.pt
> I used[ Python-Wrapper-for-World-Vocoder](https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder) to first extract SPs, APs and f0s acoustic features, and then used [pysptk](https://github.com/r9y9/pysptk), to transfer SPs to mceps. Hope this two repos solve your problem. Hello,...
@VainF , thanks a lot! Your example and the latest commits were extremely helpful. Now the jit trace succeeds!
Hello, Thank you for the script to convert the model and the instructions. I am able to do the conversion to ONNX (opsets 9, 10 and 11) as well as...