Closed zym604 closed 4 years ago
I ask this question because the degree of difference is much larger in my case using my own data: So I return to check the example code and find out that such a difference exists in it too. It's just the degree of difference not so much as my case.
Note that the autonet pipeline also includes all data preprocessing such as normalization. Did you consider that?
Note that the autonet pipeline also includes all data preprocessing such as normalization. Did you consider that?
I didn't, that's possible the reason.
Hi, I find that the autonet prediction results are different from the result predicted by the pytorch model obtained from autonet using get_pytorch_model function. To be specific:
res_autonet = autonet.predict(X_train)
is different from:As can be seen in the third picture, the two predictions have different values, while they're supposed to be equal.
The full code could be seen as attached: