Jetson TX2 Installation TensorFlow considerations __nvidia

Source: Internet
Author: User
Jetson TX2 Installation TensorFlow considerations

  when installing TensorFlow on Nvidia Jetson TX 2, when installing with the following tutorial, there may be multiple deadlocks in the compile phase:./buildtensorflow.sh:

nvidia Jetson TX2 installation TensorFlow:http://www.ncnynl.com/archives/201706/1754.html

  Workaround: This error is caused by insufficient memory to solve the problem of insufficient memory by allocating 2G virtual memory through the swap partition in Ubuntu;

  1. First view the swap size in the system with the command free:
Free-m

 2. Create a Swap file :

mkdir ~/swap
CD ~/swap
Create 2Gswap partition: sudo dd if=/dev/zero of=swapfile bs=1024 count=2000000
Convert the generated file to a Swap file: sudo mkswap-f swapfile
  3. Activate the Swap file:
sudo swapon swap
 4. Use free-m to view partition results.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.