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

deepcl_predict #145

Open
Armin234 opened this issue Mar 25, 2018 · 5 comments
Open

deepcl_predict #145

Armin234 opened this issue Mar 25, 2018 · 5 comments

Comments

@Armin234
Copy link

Hi,
I'm new on deepcl and trained the mnist as described in the doku without error, but I don't understand how use the deepcl_predict

C:\Users\Armin\Desktop\deepcl-win64-v11.3.1\dist\bin>mnist-to-pipe.exe ..\data\mnist\train-images-idx3-ubyte 10 | deepcl_predict.exe
Something went wrong: imageSize doesnt match imageSizeCheck, image not square

@hughperkins
Copy link
Owner

images need to be square. It's a design decision.

@OliverUrbann
Copy link

Nevertheless, this tool is somewhat unclear. I got it running but don't understand the output:

ManifestLoaderv1 checking format for /home/civic/dev/DeepCL-bin/manifest
matched: 1
ManifestLoaderv1 checking format for /home/civic/dev/DeepCL-bin/manifest
matched: 1
read file it=0
N is: 4030
read file it=1
doing alloc N=4030
manifest /home/civic/dev/DeepCL-bin/manifest read. N=4030 planes=1 size=16 labels? 0
statefultimer v0.7
forward try kernel 0
... not plausibly optimal, skipping
forward try kernel 1
... seems valid
ForwardAuto: kernel 1 230ms
forward try kernel 0
... not plausibly optimal, skipping
forward try kernel 1
... seems valid
ForwardAuto: kernel 1 228ms
forward try kernel 0
... not plausibly optimal, skipping
forward try kernel 1
... seems valid
ForwardAuto: kernel 1 6ms
forward try kernel 0
... not plausibly optimal, skipping
forward try kernel 1
... seems valid
ForwardAuto: kernel 1 7ms

What I would expect is just a single time for everything or per image. But does this output mean?

@hughperkins
Copy link
Owner

hughperkins commented Apr 1, 2018 via email

@OliverUrbann
Copy link

Oh thx for that quick answer. So to see how long the prediction of all 4030 takes I have just to add 230+228+6+7, right?

@hughperkins
Copy link
Owner

hughperkins commented Apr 1, 2018 via email

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

No branches or pull requests

3 participants