-
Notifications
You must be signed in to change notification settings - Fork 25
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
What is the current status? #6
Comments
Hey! Thanks for bringing this to our attention. The last know-to-work commit is 78a2704. @mbartling yo, mind having a look at this? |
Hi @aoowweenn, thanks for pointing this out. It should be fixed in the latest commit. I went ahead and simplified the utensor-cli command in the README to:
Can you try rerunning for me? Also, make sure the SD card is all the way in and not set to locked. pretty sure a bad connection is causing the mount error. |
@dboyliao I think the output nodes error might be a bug in the code gen. I will take a look at this later |
@aoowweenn, Can you check to see if it works now? I made some changes to master to make it a bit more stable. You should probably run through this from scratch FYI. |
@neil-tan @mbartling ,
Is that allocation error normal? |
I have used DISCO_F413ZH to try to reproduce this demo but it failed.
By commit da6615e, here is what I got:
In main.cpp, get_deep_mlp_ctx function does not match get_quant_model_ctx in models/deep_mlp.hpp
Running tensorflow-models/deep_mlp.ipynb is OK but
utensor-cli --output-nodes=OutputLayer/y_pred tensorflow-models/mnist_model/deep_mlp.pb
Output:
So I tried:
utensor-cli tensorflow-models/mnist_model/deep_mlp.pb
and passed.
idx files will be like
constants/deep_mlp/*.idx
Then copy constants folder to micro SD card and insert it to the board
cp constants /media/${USERNAME}/${SD_DEVICE} -r
And,
mbed deploy
mbed compile -m DISCO_F413ZH -t GCC_ARM --profile=uTensor/build_profile/release.json -f -c
After flashing the board, from CoolTerm output:
When I try to use Debug string
vim uTensor/uTensor/util/uTensor_util.hpp
Move enum Padding out of #if #endif block
vim mbed_app.json
Set the debug-msg value to “1”
Compile again and flash
mbed compile -m DISCO_F413ZH -t GCC_ARM --profile=uTensor/build_profile/release.json -f -c
Any ideas? My 2GB micro SD card is formatted to FAT32.
The text was updated successfully, but these errors were encountered: