# config/resnet50.yaml model: name: "resnet50" # 多个模型文件(对应不同batch size) model_file: ../models/resnet50.onnx # 测试的batch大小(如果使用model_files,这里也可以指定) batch_sizes: [1, 8] # 输入配置 inputs: - name: "input" shape: [3, 224, 224] # 环境变量 env_vars: # MIGRAPHX_ENABLE_NHWC: 1 # 额外参数 extra_args: []