Coder Social home page Coder Social logo

install Tensorflow about berryconda HOT 4 OPEN

jjhelmus avatar jjhelmus commented on July 24, 2024
install Tensorflow

from berryconda.

Comments (4)

 avatar commented on July 24, 2024 1

Tensorflow is officially supported for rpi's now. Installing should be a easy as pip install tensorflow

https://medium.com/tensorflow/tensorflow-1-9-officially-supports-the-raspberry-pi-b91669b0aa0
https://www.tensorflow.org/install/install_raspbian

from berryconda.

jjhelmus avatar jjhelmus commented on July 24, 2024

How did you install Tensorflow? The rpi channel does not contain a tensorflow package.

from berryconda.

DaliaAshqar avatar DaliaAshqar commented on July 24, 2024

Firstly I searched for It using the following command:
anaconda search -t conda tensorflow
then It displayed for me a list of the available packages, I choose the one which is suitable for Raspberry pi 3 platform, then I Run the following command:
anaconda show
to guide me how to install it
conda install --channel <package name/ channel >.
And to make sure it was installed I typed
conda list
and tensorflow was appearing in the list, however; when I try to use import tensorflow it showed me an error. Then I realized that there is something wrong, so I installed using pip.

So, maybe using "conda list" to check whether the package is installed or not is not enough.
Thank you so much for your replay.

from berryconda.

gaiar avatar gaiar commented on July 24, 2024

Currently getting tensorflow via conda for ARM devices is challenging. I would recommend you following next steps

  1. Create Python 3.5 environment as conda create -n YOUR_NAME python=3.5
  2. Download suitable for you version from https://github.com/lhelontra/tensorflow-on-arm/releases
  3. Install it via pip in your environment

from berryconda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.