angiewlz
Results
3
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:...
Did you find a solution about this issue?
Did you find a solution?