While trying to convert to ONNX from pytorch model I face issue
RuntimeError: output 1 (0.209699
[ CPUDoubleType{} ]) of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer.
Could you check if there's some issue and if so could you suggest a fix
While trying to convert to ONNX from pytorch model I face issue RuntimeError: output 1 (0.209699 [ CPUDoubleType{} ]) of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer.
Could you check if there's some issue and if so could you suggest a fix