angiewlz

Results 5 comments of 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:...

运行:paddlespeech vector --task spk --input zh.wav 报错:ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory