conj专题

Torch 转 ONNX遇到UnsupportedOperatorError: Exporting the operator ::resolve_conj to ONNX opset version

Torch 转 ONNX遇到UnsupportedOperatorError: Exporting the operator ::resolve_conj to ONNX opset version import torchfrom torch import nnclass BadFirst(nn.Module):def __init__(self):super().__init__()def