Page 1 of 1

AI Examples

Posted: Sat May 22, 2021 8:15 pm
by BadWoman
Hi,
So I just git cloned the website https://github.com/bitcraze/AIdeck_examples. What should I do next to be able to run some of the examples in there?

Re: AI Examples

Posted: Sun May 23, 2021 8:43 pm
by BadWoman
Now I run into problem asking me for a 2.2 or higher tensorflow version to run some python code. How should I do that? I am using a Virtual Machine with Ubuntu 18.04.

Re: AI Examples

Posted: Mon May 24, 2021 11:21 am
by kimberly
Hi!

Unfortunately you will need to be more specific and tell more about your problem:

- Which exact example do you want to run?
- Which version of the gap_sdk did you install?
- Did you follow the documentation [get started](https://www.bitcraze.io/documentation/r ... es/master/)?
- Are any of the test functionality examples working? Or the WiFI example? These do not use tenserflow.

Re: AI Examples

Posted: Mon May 24, 2021 8:20 pm
by BadWoman
Hi,

I followed steps from this website https://github.com/GreenWaves-Technologies/gap_sdk all the way to successfully run Helloworld. But I did not do the full install.
1. I tried to run the example shown: AIdeck examples - GAP8 - aiexamples - gapflow_model_extern - model - run.py

2. I think my version of gap_sdk is 3.9 but I am not sure. Is there a way that I can check that?

3. When I try to run make all in gap_sdk folder, it returned some errors shown.Image

4. I have not try any of those examples listed since I have trouble locating them.

Re: AI Examples

Posted: Tue May 25, 2021 7:38 am
by tobias
You probably have not installed all requirements. Did you check the getting started doc?