logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

智能交通的深度学习综述-基于图卷积神网络

文章目录Abstract and IntroductionRelated WorkProblems, Research directions, ChallengesProblems formulation and Graph constructionDeep Learning techniques perspective论文地址:论文作者:Jiexia Ye, Juanjuan Zhao, Kej

#深度学习
Mac:www.jetbrains.com 拒绝了我们的连接请求。

文章目录问题原因解决问题想下载 pycharm,出现:www.jetbrains.com 拒绝了我们的连接请求。原因在hosts文件中已经配置了该网址的IP,但那IP是本地IP。导致找不到正确的IP。解决要把这些有关的IP给删掉。(1)查找出 hosts 文件在命令终端,打开hosts文件存放路径:open /private/etc ;搜索 hosts 文件 ;拷贝文件到桌面,用文本编辑器打开,可

智能交通的深度学习综述-基于图卷积神网络

文章目录Abstract and IntroductionRelated WorkProblems, Research directions, ChallengesProblems formulation and Graph constructionDeep Learning techniques perspective论文地址:论文作者:Jiexia Ye, Juanjuan Zhao, Kej

#深度学习
Package inputenc Error: Unicode character , (U+FFØC) (inputenc) not set up for use with L aTeX. See

文章目录问题原因解决方案问题用latex编译论文,出现以下错误y.tex.75: Package inputenc Error: Unicode character , (U+FFØC) (inputenc) not setup for use with L aTeX. See the inputenc package documentation for explanation.原因按提示,定位到

AttributeError: module ‘tensorflow‘ has no attribute ‘sparse_tensor_dense_matmul‘

文章目录问题原因解决问题原因Tensorflow2 已经没有 tf.sparse_tensor_dense_matmul(),变成tf.sparse.sparse_dense_matmul(st,dt)解决

tex:96: Package inputenc Error: Unicode character (U+200B) ( inputenc) not set up for u

添加了中文字符,可以先粘贴到word,再重新粘贴回去

Mac:www.jetbrains.com 拒绝了我们的连接请求。

文章目录问题原因解决问题想下载 pycharm,出现:www.jetbrains.com 拒绝了我们的连接请求。原因在hosts文件中已经配置了该网址的IP,但那IP是本地IP。导致找不到正确的IP。解决要把这些有关的IP给删掉。(1)查找出 hosts 文件在命令终端,打开hosts文件存放路径:open /private/etc ;搜索 hosts 文件 ;拷贝文件到桌面,用文本编辑器打开,可

ValueError: Integers to negative integer powers are not allowed.

文章目录问题原因解决问题运行下面代码,提示错误rowsum = np.array([1,2,3])r_inv = np.power(rowsum, -1)ValueError: Integers to negative integer powers are not allowed.原因rowsum 的 数据类型是整数,不是浮点数,只有浮点数才能进行power运算解决rowsum = np.arra

python:set_xlabel,set_ylabel,set_zlabel为二维、三维子图设置坐标轴标题-

set_xlabel所属模块:matplotlib功能:为画布的子图设置坐标轴标题该网站可在线测试本文代码,以便快速理解本文代码:http://kakazai.cn/index.php/Kaka/Python/query/name/set_xlabel实例1:为二维子图设置坐标轴标题#!/usr/bin/python3#code-python(3.6)import matplot...

训练时评估指标无变化,且预测值都一样

文章目录问题原因解决方案问题将特征全都标准化到 [0,1],设计了多层 Dense, 训练,发现评估指标一直不下降,而且预测值全部都相同,如下所示:原因看了一下激活函数用的是relu,因为relu的激活小于0全等于0,大于0就保持不变;猜测是全部都小于0,导致全部都等于0,于是对于所有样本都输出同一个预测值。解决方案激活函数改为tanh,性能评估指标发生了变化,预测值也发生变化...

    共 32 条
  • 1
  • 2
  • 3
  • 4
  • 请选择