/ArmUbuntuEnv

Env setup in Ubuntu(ARM)

MIT LicenseMIT

ArmUbuntuEnv

Env setup in Ubuntu(ARM)

TensorFlow-2.4.1(Python 3.7)

whl files link

how to install video link

TensorFlow(multiple versions)

Get tensorflow whl:

whl files link

Install grpcio(grpcio-1.32.0 as example)

get source file from link

wget -c https://files.pythonhosted.org/packages/0e/5f/eeb402746a65839acdec78b7e757635f5e446138cc1d68589dfa32cba593/grpcio-1.32.0.tar.gz
tar -zxvf grpcio-1.32.0.tar.gz 
cd grpcio-1.32.0
python3 setup.py install

Install h5py(h5py-2.10.0 as example)

get source file from link

pip install cython==0.29.21
wget -c https://files.pythonhosted.org/packages/5f/97/a58afbcf40e8abecededd9512978b4e4915374e5b80049af082f49cebe9a/h5py-2.10.0.tar.gz
tar -zxvf h5py-2.10.0.tar.gz
cd h5py-2.10.0
python3 setup.py install