angiewlz
angiewlz
readme里写了: pytorch 1.4 不支持onnx导出 torch.linspace() 修改 `torch/onnx/symbolic_opset11.py`, 增加如下代码段: ``` def linspace(g, start, end, steps, dtype, *options): parsed_dtype = sym_help._get_const(dtype, 'i', 'dtype') steps_ = sym_help._get_const(steps, 'i', 'steps') if steps_ == 1:...
Did you find a solution about this issue?
Did you find a solution?
运行:paddlespeech vector --task spk --input zh.wav 报错:ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory
> pip uninstall huggingface_hub pip install huggingface_hub==0.25.2 It works!