Call us: +256 751 685 275
Study time: Monday - Saturday: 8 AM - 6 PM
Location: 150M from main road, 10 Km from Mityana Town
All files should report OK .
session = ort.InferenceSession('bobbie_model/weights/model.onnx') input_name = session.get_inputs()[0].name dummy_input = np.random.randn(1, 3, 224, 224).astype(np.float32)
output = session.run(None, input_name: dummy_input) print('ONNX output:', output[0].shape)
All files should report OK .
session = ort.InferenceSession('bobbie_model/weights/model.onnx') input_name = session.get_inputs()[0].name dummy_input = np.random.randn(1, 3, 224, 224).astype(np.float32) bobbie model webeweb set 02rar verified
output = session.run(None, input_name: dummy_input) print('ONNX output:', output[0].shape) All files should report OK