tensorflow-tensorflow版本号
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow-tensorflow版本号相关的知识,希望对你有一定的参考价值。
#!/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
以上是关于tensorflow-tensorflow版本号的主要内容,如果未能解决你的问题,请参考以下文章
Tensorflow - tensorflow.models.embeddings 中没有名为“embeddings”的模块