深度学习必备包

安装 Tensorflow Keras Opencv

# For a specific version:
!pip install tensorflow-gpu==1.5.0rc0

# To determine which version you're using:
!pip show tensorflow-gpu

# For the current version: 
!pip install --upgrade tensorflow-gpu

# For the latest nightly build:
!pip install tf-nightly-gpu
!pip install -U tensorflow-gpu
!pip install -U keras

!pip install opencv-contrib-python --upgrade

Install 7zip reader libarchive

!pip install -U libarchive

Install GraphViz & PyDot

!pip install -U pydot graphviz

Install xgboost

!pip install -U xgboost
import tensorflow as tf

tf.keras   # Keras 为 TensorFlow 提供了 API
posted @ 2018-01-10 19:19  xinet  阅读(1134)  评论(0编辑  收藏  举报