You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior is noted in convert_to_caffe2_models.py while trying to load a converted onnx model. The readme documentation was followed up until this point.
model = onnx.load(model_path)
init_net, predict_net = c2.onnx_graph_to_caffe2_net(model)
The text was updated successfully, but these errors were encountered:
This behavior is noted in
convert_to_caffe2_models.py
while trying to load a converted onnx model. The readme documentation was followed up until this point.model = onnx.load(model_path)
init_net, predict_net = c2.onnx_graph_to_caffe2_net(model)
The text was updated successfully, but these errors were encountered: