Slackbot
10/04/2022, 4:45 PMlarme (shenyang)
10/04/2022, 9:42 PMpredict
in runner.predict.run
means the runner will try to call predict
method on the original model. Does your model have predict
method? If you want to call __call__
method on your model, you can simply write runner.run(...)