brew install python3

pip3 --default-timeout=10000 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.3.0-py3-none-any.whl

#!/usr/bin/python
# -*- coding: UTF-8
# author: Ian
# Please,you must believe yourself who can do it beautifully !
import tensorflow as tf
import keras
print(keras.__version__)
print(tf.__version__)
print("Hello World")

934

被折叠的 条评论
为什么被折叠?



