腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(24)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
0
回答
请问,哨兵一号数据进行地形校正和refinedLee预处理,得到的数据出现条带状有规律的空缺,该怎么解决?
google
、
mean
、
sentinel
、
var
、
数据
(sample_
mean
.select(2)).abs()); gradients = gradients.addBands(sample_
mean
.select(0).subtract(sample_
mean
.select(8))(sample_
mean
.select(6).subtra
浏览 143
提问于2024-09-14
1
回答
MeanMetricWrapper运行的结果每次都不一样是怎么回事?
腾云先锋
mean
_squared_wrapped and
mean
_squared_error_fn
浏览 318
提问于2021-10-02
1
回答
全局均值和方差的计算?
mean
在训练期间,计算全局均值和方差使用的是指数平滑法,这里计算的是不是有点问题,pop_
mean
= decay * pop_
mean
+ (1 - decay) * batch_
mean
, 根据指数平滑法
浏览 735
提问于2019-01-23
0
回答
InvalidArgumentError: 2 root error(s) found,?
tensorflow
、
access
、
element
、
error
、
session
[[{{node TensorArrayV2Read_1/TensorListGetItem}}]] (1) Invalid argument
浏览 179
提问于2023-03-29
0
回答
为什么我ARMIA模型预测基金净值跑出来是一条直线?
python
、
arima
、
测试
、
可视化
、
模型
npfrom sklearn.preprocessing import StandardScalerfrom math import sqrtmae =
mean
_absolute_error(Y_true, Y_p
浏览 154
提问于2024-12-01
0
回答
python代码报错KeyError:-1,请问如何解决?
tensorflow
、
python
、
keras
、
audio
、
python-3.6
glob.glob('A2_103.wav')with open('dictionary.pkl', 'rb') as fr:X_data = mfcc(audio, sr, numcep=mfcc_dim, nfft=551) X_data = (X_data - mfcc_
mean
浏览 370
提问于2024-04-27
0
回答
'str' object has no attribute 'astype'?
python
、
windows
target_sizes=[512, 544, 576, 608, 640, 672, 704], T.Normalize(
mean
eval_transforms = T.Compose([ T.Normalize(import cv2%matplotlib
浏览 263
提问于2023-02-27
0
回答
服务器用phyml建树报错怎么弄?
data
、
output
、
sequence
、
tree
、
服务器
'Middle' of each rate class:
mean
.
浏览 111
提问于2024-06-24
0
回答
LSTM多输出模型的维度为什么一直不一致?
python
、
data
、
lstm
、
point
、
模型
keras.layers import Input, LSTM, Dense, Dropoutfrom sklearn.metrics import
mean
_squared_error,
mean
_absolute_error# 固定随机种子 random.seed(seed_value), Dropout(0.2),]) optim
浏览 172
提问于2024-09-08
0
回答
Python画图问题,总出现警告,怎么解决呢?
python
、
charts
、
import
、
matplotlib
、
pandas
d/%m/%Y", perpendicular_bar_func='
mean
浏览 249
提问于2023-07-24
0
回答
KeyError:1 python ID3算法?
机器学习
、
神经网络
、
人工智能
、
编程算法
、
决策树
feature in names: mint, maxt = np.min(col), np.max(col) ts = [mint] if t >= mint and t <= m
浏览 502
提问于2019-10-27
0
回答
R语言中optim在初值处无法估计?
r 语言
fit$par[3]))delta<-0.1mu<-0n0<-0x<-rnorm(n1,mu,sqrt(sigma2)) x_bar<-
mean
浏览 116
提问于2024-09-12
4
回答
关于tensorflow将训练的网络结构转成.pb文件再进行加载时候的报错?
tensorflow
graph_def is invalid at node 'bn1/Assign': Input tensor 'bn1/bn1_moving_
mean
:0' Cannot convert a tensor
浏览 2832
提问于2018-05-31
0
回答
使用min-max归一化后,训练mnist分类器的模型的准确率反而很低,这是为啥?
tensorflow
、
python
、
deep-learning
、
max
、
mnist
numClasses])y_pred = tf.matmul(X, W) + B accuracy = tf.reduce_
mean
浏览 213
提问于2023-05-05
0
回答
雅虎财经python中新的unable to read URL?
python
、
bash
、
bash 指令
2020,12,31))['Adj Close']#计算对数收益率#剔除缺失值#计算年化收益率 miu = R.
mean
浏览 212
提问于2022-04-27
0
回答
不知道代码错误来自哪里?
tensorflow
、
python
、
卷积神经网络
、
监督学习
、
模式识别
x0,0.5))out = [out0,out1,out2,out3,out4]accuaracy = tf.reduce_
mean
浏览 433
提问于2019-07-10
2
回答
BOT框架扰乱对话框状态
机器人
、
botframework
、
call
、
框架
、
调试
Prompt city reply.Text = "I'm not sure what you
mean
"" : $"{facebookAccount.FirstName} "; reply.Text = $"Hm, I'm not sure what you
mean
{name} \uD83E
浏览 641
提问于2018-06-04
0
回答
关于机器学习的问题,跟着敲了一段代码,报错了,求告诉为什么这样?
python
、
神经网络
、
深度学习
、
编程算法
、
numpy
l1 = Layer(x, 1, 10, T.nnet.relu)cost = T.
mean
浏览 833
提问于2020-07-10
0
回答
fancyimpute安装报错如何解决?
python
copying cvxpy\atoms\gen_lambda_max.py -> build\lib.win-amd64-3.6\cvxpy\atoms copying cvxpy\atoms\harmonic_
mean
.py -> build\lib.win-amd64reductions\dcp2cone\atom_canonicalizers copying cvxpy\reducti
浏览 744
提问于2019-12-18
第 2 页
领券