- 博客(4)
- 收藏
- 关注
原创 ValueError: Input 0 of layer sequential is incompatible with the layer 问题解决方案
ValueError: Input 0 of layer sequential is incompatible with the layer 问题解决方案
2022-09-11 18:41:40
14455
1
原创 在pycharm tensorflow-gup运行时报错Function call stack: xxxxxx_function的解决办法
方法一:在代码前加上以下语句:import tensorflow as tfconfig = tf.compat.v1.ConfigProto(allow_soft_placement=True)sess = tf.compat.v1.Session(config=config)【注意:tensorflow1.x版本跟2.x版本的语法有区别,我这里是在2.x下的语句。】方法二:import tensorflow as tfphysical_devices = tf.config.exper
2021-04-16 16:15:41
430
原创 TensorFlow-GPU的安装记录
终端参数:系统Windows10Python3.8.3Anaconda对应python3.8NVIDIA显卡GeForce 940MXCUDA11.0.228cuDNNTensorFlow一、下载并安装Anaconda1、官网下载地址:https://www.anaconda.com/products/individual#download-section2、安装。一直点击next / I agree,在遇到如下界面时,记得勾选
2021-03-10 17:53:59
265
6
原创 python的下载安装记录
python的安装记录一、安装包下载 官网地址:http://www.python.org/download/ !(https://img-blog.csdnimg.cn/20201014173224558.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQyMjczNjYz,size_16,color_FFFFFF,t_70#pic_
2020-10-14 17:33:09
306
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人