标签:python usr created rom spl lib bin odi 版本号
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Created on Mon Aug 27 11:16:32 2018
@author: myhaspl
"""
# TensorFlow and tf.keras
import tensorflow as tf
from tensorflow import keras
# Helper libraries
import numpy as np
import matplotlib.pyplot as plt
print(tf.__version__)
1.7.0
标签:python usr created rom spl lib bin odi 版本号
原文地址:http://blog.51cto.com/13959448/2327724