Momenta-IPO

Results 1 comments of Momenta-IPO

``` python import onnx from onnx import helper import sys # 加载ONNX模型 model = onnx.load(sys.argv[1]) # Define lists to keep track of new nodes and nodes to remove nodes_to_add =...