Jetson TX2 install tensorflow

jetson tx2
  [Jetson Download Center ][2]
 [ how to install TensorFlow for Jetson TX2][3]
DriveNet、SignNet、LaneNet、OpenRoadNet和WaitNet
  [1]: https://stackoverflow.com/questions/11522755/opencv-via-python-on-linux-set-frame-width-height
  [3]: https://docs.nvidia.com/deeplearning/dgx/install-tf-jetsontx2/index.html
  [2]: https://developer.nvidia.com/embedded/downloads#?search=jetpack%203.3
 
1、 Depending on the component selection, please pay attention to the prompt in embedded terminal:

* Additional user input may be required.
* Follow on-screen instructions to continue.
2、Err:27 http://archive.ubuntukylin.com:10006/ubuntukylin xenial/main arm64 Packages
  404  Not Found
3、: Failed to fetch http://archive.ubuntukylin.com:10006/ubuntukylin/dists/xenial/main/binary-arm64/Packages  404  Not Found

4、Err:26 http://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-security/main arm64 Packages
  404  Not Found [IP: 101.6.8.193 80]
  5、这里说明了如何把TX2转换为强制恢复模式:

    关机TX2,并拔掉电源线,确保TX2已经处于关闭状态而不是睡眠状态。使用TX2配的micro-USB连接线将TX2和PC机连接起来将电源线接到TX2上,打开power开关(TX2上面四个按键的最右侧按键),接着按下recovery键不动(右数第二个,挨着power键),点按一下reset按键(最左侧),然后保持recover键持续按下两秒然后松开此时,TX2就已经处于强制恢复模式
6、  failed to flash device.check /home/ad/chen/jetson/_installer/logs/64_TX2/  flash_os_tx2.log for more details.
7、Address already in use
jetpack is unable to determine the IP address of the Jetson Developer Kit Failure to run bash command "timeout 180 nc -l 33338"because of error:exitus 1,nc:Address already in use
8、

ONNX(Open Neural Network Exchange )是微软和Facebook携手开发的开放式神经网络交换工具

ONNX / TensorFlow / Custom deep-learning frame模型的工作方式:

猜你喜欢

转载自blog.csdn.net/gloriazhang2013/article/details/86640112