< >
Home » Turbot-DL入门教程 » Turbot-DL入门教程篇-Keras(jetpack3.3)验证例子

Turbot-DL入门教程篇-Keras(jetpack3.3)验证例子

Turbot-DL入门教程篇-验证Keras(jetpack3.3)验证例子

说明:

  • 介绍如何在Tx2 jetpack3.3验证Keras
  • 前提需要先安装Tensorflow,参考教程

环境:

  • Python 3.5.2

确认版本:

  • 确认目前的版本
$ python3 -V
  • 如果不是Python3.5.2版本,则切换版本
$ sudo update-alternatives --config python3

There are 2 choices for the alternative python3 (providing /usr/bin/python3).

  Selection    Path                Priority   Status
------------------------------------------------------------
* 0            /usr/bin/python3.6   2         auto mode
  1            /usr/bin/python3.5   1         manual mode
  2            /usr/bin/python3.6   2         manual mode

Press <enter> to keep the current choice[*], or type selection number: 1
  • 验证
$ python3 -V

Python 3.5.2

测试:

  • 查看keras版本
$ python3
Python 3.5.2 (default, Jul 10 2019, 11:58:48) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import keras
>>> print(keras.__version__)
2.3.1

参考:

  • https://keras.io/
  • https://github.com/keras-team/keras

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: turbot-dl入门教程篇