Hi @tqchen I am using the old NNVM graph interface to invoke the compilation: with nnvm.compiler.build_config(opt_level=opt_level): graph, lib, params = nnvm.compiler.build(sym, target, shape_dict, dtype=dtype_dict, params=params)
Is there any way to access the raw weights, bias etc for Conv2D like I access the params as in: const Conv2DParam& param = nnvm::get<Conv2DParam>(inode.source->attrs.parsed); Can you please help.!? --- [Visit Topic](https://discuss.tvm.apache.org/t/accessing-the-onnx-params/11795/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/dca476fe1ee78a5523a29593291c74db2c06b9420661fa0e53ab5913bc89fceb).