NVIDIA-AI-IOT / jetcard

An SD card image for web programming AI projects with NVIDIA Jetson Nano
MIT License
207 stars 82 forks source link

Fix a bug with TF version in Jetpack 4.4 #26

Open farrukh-x2 opened 4 years ago

farrukh-x2 commented 4 years ago

This will install the correct version of TF. The version of TF being installed was for jetpack 4.3. Jetpack 4.4 has cuda 10.2 and TF wheel for Jetpack 4.3 was compiled for cuda 10.0 which makes it incompatible.