首页 > TAG信息列表 > tensorflow2.2

基于python3.6+tensorflow2.2的石头剪刀布案例

unzip_save.py import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' # 不显示等级2以下的提示信息 import zipfile import matplotlib.pyplot as plt import matplotlib.image as mpimg # 解压 local_zip1 = 'E:/Python/pythonProject_1/rps/tmp/rps.zip'

tensorflow2.X安装及使用

本文仅供学习交流使用,如侵立删!联系方式及demo下载见文末 tensorflow2.2.0下载 官方下载地址:https://pypi.org/project/tensorflow/#files 选择对应版本下载即可 tensorflow2.2.0安装 安装命令: pip install tensorflow-2.2.0-cp37-cp37m-win_amd64.whl 错误:由于操作

tensorflow2.2.0入门学习

tensorflow按照教程 import tensorflow as tf #定义tensorflow为tf print(tf.__version__) #查看tensorflow版本 print(tf.test.is_gpu_available()) #查看tensorflow是否为GPU版本 #rank 0 张量 mammal = tf.Variable("Elephant", tf.string) #0阶,字符类型,字符