All Questions
Tagged with raspberry-pi4 tensorflow
24 questions
0
votes
1
answer
654
views
Deep Reinforcement Learning on Raspberry Pi
I am trying to run a deep reinforcement problem on a Raspberry Pi 4. The code successfully runs on Colab but shows the following error on my Pi.
/home/pi/.local/lib/python3.9/site-packages/...
1
vote
0
answers
39
views
Specific Tensorflow Deps on Raspberry
for a clients AI project I need to install specific tensorflow version and other requirements on a Raspberry Pi.
Can you tell me if it is even possible to get this running or should I try to
build ...
0
votes
1
answer
245
views
cannot install tensorflow on raspberrypi 4
I am trying to install tensorflow for the purpose of installing node-red-contrib-tf-model in node red on a raspberry pi 4. I followed these instructions on https://flows.nodered.org/node/node-red-...
3
votes
0
answers
465
views
Unable to import tensorflow and make_interpreter from pycoral
When importing tensorflow and make_interpreter from pycoral in the same python file it gives the following error:
import tensorflow
from pycoral.utils.edgetpu import make_interpreter
-->
...
0
votes
0
answers
99
views
Tensorflow 2.0.0 install failed on raspberry pi4
I am attempting to install tensorflow 2.0.0 on my raspberrypi4
wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v2.0.0/tensorflow-2.0.0-cp37-none-linux_armv7l.whl
pip3 install ...
1
vote
1
answer
5k
views
ValueError: Unknown optimizer: Custom>Adam| Adam Optimizer on Raspberry Pi (TensorFlow 2.5.0rc0)
I am a learning machine learning and I want to apply it on a raspberry pi. I have RPi 4b running on:
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
...
0
votes
1
answer
260
views
How can I use a Tensorflow lite model in a Tensorflow Code?
I am working on a personal project on Raspberry Pi 4 and I used Tensorflow. I have achieved around 1.39 fps and I wanted to convert to Tensorflow Lite to get more fps as well as utilize a Coral USB ...
0
votes
1
answer
782
views
Is there a way to install Tensorflow 1.14.0 and opencv-4.4.0 for python 3.7 in Raspberry Pi 4 64 bit Debian 11?
I have tried installing it using the following link for pywheels: Tensorflow bins.
The steps that i took to install tensorflow 1.14.0: Note: global python on Debian 11 is 3.9.2
Created a virtual ...
0
votes
0
answers
267
views
Python 3.7.3 and Tensorflow 15.2 runtime error
I have python 3.7.3 and Tensorflow 15.2 installed in raspberry pi 4. When I tried to do import Tensorflow as TD, it failed to load the native Tensorflow runtimes. I got the import error undefined ...
0
votes
2
answers
2k
views
Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array in Pi 4, 32 bit OS; During LSTM implementation
During running LSTM model , I'm getting this error when my code is calling the following function:
model.add(LSTM(100, dropout=0.2, recurrent_dropout=0.2))
error is:
" a NumPy call, which is ...
1
vote
1
answer
1k
views
ImportError: cannot import name 'get_config' from 'tensorflow.python.eager.context' import error on Raspi-pi 4
I'm getting the import error when trying to run a deepface code for a project I'm working on
Traceback (most recent call last):
File "face.py", line 3, in <module>
from deepface ...
0
votes
0
answers
1k
views
How to fix: "HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory 10:49:33 Traceback"?
I have a project in which I use a rq worker in conjuction with tensorflow to predict the genre of songs recorded on a microphone (Raspberry pi4).
The problem is: when i use the function to predict the ...
0
votes
2
answers
566
views
Keras GPU Acceleration on a Raspberry Pi?
I'm fairly sure this is a very stupid question but I can't get it off my brain. So I'm sure that you know that you can use CUDA or ROCm to accelerate learning in TensorFlow/Keras, but I was just ...
1
vote
1
answer
801
views
How to install Tensorflow in Kali Linux (Raspberry Pi 4 ARM Images)?
I tried with
sudo apt-get update sudo apt-get dist-upgrade
and then
pip3 install tensorflow Error: Could not find a version that satisfies the requirement tensorflow (from version: none). Error: No ...
0
votes
1
answer
468
views
RPI: Cannot install tensorflow==1.15
I have an issue with installing TensorFlow version 1.15. I have tried different python versions as well as virtual environments with no success. I have also tried installing the whl directly and ...