-
Notifications
You must be signed in to change notification settings - Fork 5
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
Example not working (anymore?) #2
Comments
I'm having a similar issue and would love to see an answer! As a side note, how did you downgrade your toolchain? I've downloaded GCC ARM None Eabi v9.2.1, and I tried pointing to it in several ways.
None of these attempts seemed to change anything, though. I'm getting |
For the record, I'm working on a different uTensor example, the one from this guide: https://www.hackster.io/news/simple-neural-network-on-mcus-a7cbd3dc108c I'm guessing the underlying issue is the same though, and I didn't have any better luck trying this
|
I can't get this example to work. I'm not sure if this is because of inconsistencies with newer dependencies but everything I tried was unsuccessful. This is what I tried so far:
The first error I get when following the example step by step is
which is because tensorflow 2.1.0 was installed by
pip install utensor_cgen==0.3.3.dev2
So I downgraded tensorflow to 1.13.2 but then I just run into the next error:
I get the same error also for python 3.7.3.
I then tried upgrading utensor_cgen to the latest release, but this also crashes maybe because it is not python2.7 compatible anymore?
With python3 I upgraded utensor_cgen to the latest version which also downgraded tensorflow to 1.13.1
Successfully installed graphviz-0.13.2 onnx-tf-1.2.1 tensorflow-1.13.1 toml-0.10.0 utensor-cgen-0.4.2
This allows to execute
utensor-cli convert cifar10_cnn.pb --output-nodes fully_connect_2/logits
without errors.However, the compilation of the mbed code then crashes with
Maybe this is because my compiler version is too high?
[Warning] @,: Compiler version mismatch: Have 9.2.1; expected version >= 6.0.0 and < 7.0.0
So I downgraded my GCC_ARM toolchain to 6.3.1 but I still get the same error.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: