Giter VIP home page Giter VIP logo

install-tensorflow-on-friendlycore's Introduction

Installing Tensorflow 2.4.0 on FriendlyCore/FriendlyDesktop

Here are the packages and utilities your system will have after you follow the instructions in this tutorial:

  • Tensorflow 2.4.0
  • Python 3.7.9

Currently supported boards

  • RK3399
    NanoPC T4
    NanoPC M4
    NanoPC NEO4

Installation

Step1 - Clone this repository on target board

git clone https://github.com/friendlyarm/install-tensorflow-on-friendlycore.git --depth 1 -b master

Step2 - Build python3.7.9 from source

cd install-tensorflow-on-friendlycore
./01-install-python.sh

Step3 - Install tensorflow 2.4.0-aarch64

./02-install-tensorflow.sh

Step4 - Check tensorflow 2.4.0 installation

pi@NanoPC-T4:~$ python3
Python 3.7.9 (default, Dec 30 2020, 03:43:55)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
>>> tf.version.VERSION
'2.4.0'
>>>

Simple sample

cd examples
python3 tensorflow-demo.py

install-tensorflow-on-friendlycore's People

Contributors

friendlyarm avatar lawrencetg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

install-tensorflow-on-friendlycore's Issues

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.