masahi edited a comment on issue #6300: URL: https://github.com/apache/incubator-tvm/issues/6300#issuecomment-676757271
`%v_operator_map.SklearnLGBMRegressor.nodes_offset` sounds like a argument to the Relay function. We may be making an assumption that all arguments are float. Can you check the signature of the translated function and see if `%v_operator_map.SklearnLGBMRegressor.nodes_offset` is typed as float? You can ``` print(mod["main"]) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
