Pytorch model does not seems to return the correct result #1323
Answered
by
carlosuc3m
carlosuc3m
asked this question in
Q&A
-
Hello everyone, This is the code that I am using:
The produced Is that the correct way to load and execute a model? What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
carlosuc3m
Apr 10, 2023
Replies: 1 comment 8 replies
-
Can you try to call createIndexer() instead of data_ptr_float()? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wrong the whole time the results were perfect. After checking against the python implementation I realised that the results were fine all the time.