Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program armcl-classification-mobilenet fails to predict when some versions of ArmCL is used #32

Open
Chunosov opened this issue Sep 10, 2018 · 0 comments
Assignees
Labels

Comments

@Chunosov
Copy link
Collaborator

When armcl-classification-mobilenet is compiled against ArmCL 18.05 it can predict images succesfully. For example for option 0) image-jpeg-0001 (1aaaa23c44e588f9) it gives

      0.9341 - "oxygen mask (692)"
      0.0264 - "book jacket (922)"
      0.0175 - "harmonica (594)"
      0.0030 - "loupe (634)"
      0.0029 - "beaker (439)"

But when compiled against 18.01 or 18.08 it gives zero predictions for the same image:

      0.0000 - "toilet tissue (1000)"
      0.0000 - "ear (999)"
      0.0000 - "bolete (998)"
      0.0000 - "hen-of-the-woods (997)"
      0.0000 - "earthstar (996)"

Seems it is not because of version ArmCL but something is wrong with the program itself. Another program ck-request-asplos18-mobilenets-armcl-opencl:program:mobilenets-armcl-opencl gives the same results being compiled against all those versions of ArmCL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants