You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trained tensorflow model on CPU using your sdk and sucessfully generated .pb file, but when I am using this model in android the model is successfully loaded but after that I am getting below error
java.lang.IllegalArgumentException: No OpKernel was registered to support Op 'Round' with these attrs. Registered devices: [CPU], Registered kernels: <no registered kernels>
Can you please help me out if I am missing anything.
Thank you.
The text was updated successfully, but these errors were encountered:
@BrowningWan
Hii BrowningWan,
I have trained tensorflow model on CPU using your sdk and sucessfully generated .pb file, but when I am using this model in android the model is successfully loaded but after that I am getting below error
java.lang.IllegalArgumentException: No OpKernel was registered to support Op 'Round' with these attrs. Registered devices: [CPU], Registered kernels: <no registered kernels>
Can you please help me out if I am missing anything.
Thank you.
The text was updated successfully, but these errors were encountered: