Slackbot
12/19/2022, 3:45 PMAaron Pham
12/19/2022, 6:33 PMZi Wen Lim
12/19/2022, 7:39 PMChaoyu
12/19/2022, 8:08 PMZi Wen Lim
12/19/2022, 8:17 PMAaron Pham
12/19/2022, 8:29 PMZi Wen Lim
12/19/2022, 8:55 PMStringInput()
and batch=False
in the predict function? I see the docs and it uses JSON input and `batch=true.`I currently have inputs passed into predict as a csv string i.e
'3.000000,3.000000,3.000000,3.000000\n1.000000,1.000000,1.000000,1.000000\n2.000000,2.000000,2.000000,2.000000'
for the iris classifier model that takes in 4 inputs (there are 3 rows here, hence expecting 3 inference outputs of like 1,0,0
Aaron Pham
12/19/2022, 8:59 PMZi Wen Lim
12/19/2022, 9:50 PMAaron Pham
12/19/2022, 10:03 PM