Z68bakh

Results 1 comments of Z68bakh

The onnx model is generated by converting scikit learn SVC model to onnx: > loaded_model = pickle.load(open('svc.pkl', 'rb')) # svc is the model I had already > > initial_type =...