• Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Register
  • Login
MakerGram Logo

MakerGram

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups

Error on Raspberry PI 4 while opening TensorFlow.

General Discussion
3
15
4.0k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    sreu13 @arunksoman last edited by 30 Mar 2020, 11:25

    @arunksoman hi, i've run this code using python 3.7 on anaconda and it worked fine.
    but as i run this on RPI 4, it showed the Hadoop error. I then updated the libraries and Hadoop error was solved..
    now there is a new error
    2020-03-30 (1).png 2020-03-30 (2).png

    also can you take a look in the 10% memory error?...like what can be possibly done there??

    A 1 Reply Last reply 30 Mar 2020, 11:54 Reply Quote 0
    • A
      arunksoman @sreu13 last edited by 30 Mar 2020, 11:54

      @sreu13 What is the version of tensorflow you are using? Did you read the tensorflow docs? You can't do simply
      pip install tensorflow
      for Python 3.7 version.

      S 2 Replies Last reply 30 Mar 2020, 12:54 Reply Quote 0
      • S
        sreu13 @arunksoman last edited by 30 Mar 2020, 12:37

        @arunksoman i installed tensorflow from the below given link

        https://maker.pro/raspberry-pi/projects/how-to-set-up-the-machine-learning-software-tensorflow-on-raspberry-pi

        and i installed it without entering into virtual environment

        but this 10% memory issue is a serious pain

        A 1 Reply Last reply 30 Mar 2020, 13:02 Reply Quote 0
        • S
          sreu13 @arunksoman last edited by 30 Mar 2020, 12:54

          @arunksoman tensorflow 2.0.0 version had been installed

          1 Reply Last reply Reply Quote 0
          • A
            arunksoman @sreu13 last edited by arunksoman 30 Mar 2020, 13:09 30 Mar 2020, 13:02

            @sreu13
            Ensure that you are installed tensorflow 1.x since screenshot of your code shows something like
            from keras.layers.convolution import covolution2D
            It is not correct in case for tensorflow 2.0 since keras api is part of tensorflow itself.

            Another thing is try to expand your file system. It should be do with your own risk.

            1. sudo raspi-config
            2. Navigate to Advanced options
            3. Select advanced options and hit enter(I believes tab key is useful here)
            4. Choose Expand File System and hit enter finish.
            5. Then your pi may prompt to reboot. If it didn't run. Execute
              sudo reboot
            6. Then execute following commands one by one:
            $ sudo apt-get purge wolfram-engine
            $ sudo apt-get purge libreoffice*
            $ sudo apt-get clean
            $ sudo apt-get autoremove
            
            1. Then increase swap memory by editing following file swapfile:
              $ sudo nano /etc/dphys-swapfile
            2. It will open nano editor. Navigate to variable
            CONF_SWAPSIZE=100
            

            It indicates your current swap is only 100mb.
            So you just have to increase by commenting down this line and increase to appropriate value something like shown below for 2GB swap:

            #CONF_SWAPSIZE=100
            CONF_SWAPSIZE=2048
            
            1. Save the file and exit nano editor.
            2. sudo reboot

            I believes if it did not helped you, you have to think about MOVIDIUS or NVIDIA Jetson nano etc.

            S 1 Reply Last reply 30 Mar 2020, 13:09 Reply Quote 0
            • S
              sreu13 @arunksoman last edited by 30 Mar 2020, 13:09

              @arunksoman i'll try this method, but while executing swap command, will the rasbian os and the files it contains be effected??

              A 1 Reply Last reply 30 Mar 2020, 13:11 Reply Quote 0
              • A
                arunksoman @sreu13 last edited by 30 Mar 2020, 13:11

                @sreu13 I edited comment please read that again. Most probably it will not effect your file system. In some scenarios it can create worse effect.

                S 1 Reply Last reply 30 Mar 2020, 16:45 Reply Quote 0
                • S
                  sreu13 @arunksoman last edited by 30 Mar 2020, 16:45

                  @arunksoman hi,..
                  actually at this point of time, I'm not willing to risk RPI4,....i thought of connecting the rpi4 to google cloud (already have an account with $300 credit) and proceeding with the code.
                  but i do not know if the below process can be executed

                  1. sending image from rpi4 to cloud
                  2. using this cloud for running prediction
                  3. the above two processes should be automated and image should be sent to cloud when pi boots up(VM engine can be activated whenever nessesary)

                  is this possible?

                  A 1 Reply Last reply 30 Mar 2020, 16:49 Reply Quote 0
                  • A
                    arunksoman @sreu13 last edited by 30 Mar 2020, 16:49

                    @sreu13 It is possible and a far far better method.

                    S 1 Reply Last reply 30 Mar 2020, 16:51 Reply Quote 0
                    • S
                      sreu13 @arunksoman last edited by 30 Mar 2020, 16:51

                      @arunksoman thankyou so much...your reply really busted the stress out of me...can you help with any documentations which i could possibly go through

                      1 Reply Last reply Reply Quote 1
                      4 out of 15
                      • First post
                        4/15
                        Last post

                      Recent Posts

                      • D

                        Signal Hunt: An ESP-NOW Workshop & Treasure Hunt

                        Hello everyone! We’re planning on organizing a two-phase event that explores device-to-device communication using ESP-NOW protocol :

                        Workshop: Participants learn to build and program ESP32-based receivers with a web interface that directly exchange signal data using ESP-NOW for RSSI-based distance approximation.

                        Signal Hunt Competition: Equipped with these receivers, participants will track hidden ESP32 transmitters scattered around the campus, each with distinct point values.

                        Current hardware setup:
                        Reciever(one per team):
                        Esp32 ~ 360rs
                        9v battery = 20rs
                        9v battery clip= 5rs
                        buck converter (MP1584 or LM2596) ~ 45rs
                        Perfboard + male to female berg strip ~30rs
                        Total per reciever ~ 460rs
                        Transmitters :6
                        Components same as recievers = 460*6~2760rs

                        (using non-rechargeable batteries to reduce cost,
                        will using a 7805 voltage regulator IC be a viable way to reduce cost further?)

                        We’d love your suggestions on ways to simplify hardware, reducing the cost, secure partnerships and funding, or enhance the interactive elements. Thank you, looking forward to any ideas that can help make the event engaging and successful!

                        5 Jul 2025, 17:54 • read more
                      • R

                        I am trying to set up a janus webrtc to stream an RTSP to an HTML page.
                        I have followed the getting-started steps by Janus-gateway official github repo.

                        Since I am new to web development. I do not understand how to host the Webrtc server. can anyone guide me to set up an HTML page that can display a video stream from an RTSP server using janus webrtc?

                        5 Jun 2024, 12:06 • read more
                      • @zainmuhammed Can try capturing the GPS when the device is starting the loop instead after joining the LoRaWAN and see?

                        You can put the GPS value on top of the loop or setup function.

                        Also, what kind of gateway are you using? Is it configured okay, OTA is done?

                        12 Apr 2024, 09:18 • read more
                      • @salmanfaris Today I tried after connecting a 18650 cell,
                        WhatsApp Image 2024-04-12 at 10.40.06_c7d1947e.jpg WhatsApp Image 2024-04-12 at 10.40.05_897b8bb6.jpg
                        Data getting in console after integration of both lora and gps.
                        3f45cfe7-0061-4328-8c55-ef0a73385203-image.png
                        here you can see that GPS value is 0,0. also in my previous post you can see that GPS value is not reading.
                        Also the status LED is active after it is connected to the satellite.

                        12 Apr 2024, 05:25 • read more
                      • Hi @zainmuhammed ,

                        Can you share the GPS and LoRa output when it’s working?

                        Also can try capturing the GPS when the device is starting the loop instead after joining the LoRaWAN and see?

                        Also make sure the device provides have enough to modules. The GPS need more power when you cold start.

                        11 Apr 2024, 16:05 • read more
                      By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
                      Copyright © 2023 MakerGram, All rights reserved.
                      Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct