AI Examples

Discussions about the AI-deck
Post Reply
BadWoman
Member
Posts: 33
Joined: Thu Jan 07, 2021 8:12 pm

AI Examples

Post 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?
BadWoman
Member
Posts: 33
Joined: Thu Jan 07, 2021 8:12 pm

Re: AI Examples

Post 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.
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: AI Examples

Post 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.
BadWoman
Member
Posts: 33
Joined: Thu Jan 07, 2021 8:12 pm

Re: AI Examples

Post 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.
tobias
Bitcraze
Posts: 2339
Joined: Mon Jan 28, 2013 7:17 pm
Location: Sweden

Re: AI Examples

Post by tobias »

You probably have not installed all requirements. Did you check the getting started doc?
Post Reply