Confuse with module.get_out function

Hi, everyone. I’m a newbie to NNVM. Really confuse with
the function ‘module.get_out()’. I have created an LR compute graph, but the result is far from the right answer and unstable. The code and result is here(https://gist.github.com/lyqscmy/164761c8a34475cab1075eacc1633766). Would anyone like to help me to get familiar with NNVM?

Thanks!

Hi, looks like you do not set the value of w and b?

The w and b are set in build stage as parameters.

TVM is not like deep learning framework front-end, which will assign values for your parameters. In build stage, specifying w and b as parameter is only for optimization. You still need to pass them into module.