How do I convert to ONNX a Spark ML model with multiple input columns and use it for scoring dynamic batch size?

后端 未结 0 1592
鱼传尺愫
鱼传尺愫 2021-01-25 21:29

I converted a logistic regression model with dynamic batch size from Spark ML to ONNX using this:

initial_types = [(\'Features\', FloatTensorType([None, 5]))]
onn         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题