Git Product home page Git Product logo

install-tensorflow-and-keras-on-jetson-tx2-with-jetpack-3.1's Introduction

Install-TensorFlow-and-Keras-on-Jetson-TX2-with-JetPack-3.1

First:

Install Jetpack 3.1 from https://developer.nvidia.com/embedded/dlc/jetpack-l4t-3_1 and if you don't have an account on Nvidia, make an account and download it.

You will require 1 PC with Ubuntu 14.04 for flashing jetpack to your Jetson TX2.

Second: Install Tensor Flow from wheel file:

For Python 2.7 Users:

  • sudo apt-get install -y python-pip python-dev

  • sudo pip install tensorflow-1.3.0-cp27-cp27mu-linux_aarch64.whl

For Python 3.5 Users:

  • sudo apt-get install -y python3-pip python3-dev

  • sudo pip3 install tensorflow-1.3.0-cp35-cp35m-linux_aarch64.whl

For Python 3.6 Users:

  • sudo apt-get install -y python3-pip python3-dev

  • sudo pip3 install tensorflow-1.3.0-cp36-cp36m-linux_aarch64.whl

Third: Install Keras:

  • sudo pip3 install keras

Forth: Install all other required packages used for coding

1. Install h5py package:

  • sudo apt-get install python3-h5p

2. install matplotlib lib:

  • sudo apt-get build-dep python3-matplotlib

  • sudo apt-get install python3-matplotlib

3. Install Jupyter Notebook:

  • sudo pip3 install jupyter

4. Install Spicy

  • sudo apt install python3-numpy python3-scipy

5. To turn ON all CPU’s:

  • sudo nvpmodel -m 0

6. To speed up:

  • sudo ./jetson_clocks.sh

install-tensorflow-and-keras-on-jetson-tx2-with-jetpack-3.1's People

Contributors

mohitkumarahuja avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.