腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(30)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
minmax_
scale
iteration over a 0-d array?
腾讯云 TI 平台
、
编程算法
是不是sklearn的版本问题,我在本地运行就ok。在ti-one上运行就会出这个bug
浏览 1592
提问于2019-10-23
0
回答
ursina导入的obj模型贴图朝内,怎么办?
python
、
blender
、
模型
3, 0)Sky()#Ursina自带的天空背景
scale
=(100, 1, 100), # 设置大小 texture_
scale
=(/cottage/Texture/Cottage Texture.jpg'
浏览 201
提问于2024-05-13
0
回答
如何评估团队规模、业务迭代速度和技术债务的影响?
微服务
、
scale
、
高并发
、
架构
面对高并发场景,他们更倾向于垂直扩展(
Scale
Up)还是水平扩展(
Scale
Out)?背后的考量是什么?
浏览 377
提问于2025-06-27
0
回答
Pytorch中的nn.ModuleList改写成TF2.6时可以换成什么?
python
、
pytorch
_make_stage(in_channels,
scale
, ct_channels) for
scale
in scales]) self.relu = nn.LeakyReLU(0.2, inplace=True) prior = nn.AvgPool2d(kernel_size=(
sc
浏览 164
提问于2022-03-09
1
回答
ffmpeg 2个命令怎么合并?
ffmpeg
、
mp4
、
scale
、
视频
、
音频
overlay=0:0 -b:v 4000k logo-ok.mp4 ffmpeg -i "logo-ok.mp4" -vf "split[a][b];[a]
scale
=1080:1920,boxblur=20:5[1];[b]
scale
=1080:ih*1080/iw[2];[1][2]overlay=4:(H-h)/2" -c:v libx264 -crf 12LOGO.png -filter_complex “overlay=0:0[out0
浏览 406
提问于2023-04-17
0
回答
ggplot2如何单独设置拟合线条的图例?
ggplot2
plot = ggplot(f,aes(iteration,loss,colour = loss)) +
scale
_colour_gradient(low = "green",high = "red",limits = c(0,4.5)) +
scale
_x_continuous(l
浏览 286
提问于2020-07-24
0
回答
使用ggplot2绘制地图,在填充颜色时遇到问题?
r 语言
可是我想具体区块具体填充,于是在这句后面添加代码为
scale
_fill_manual(values = c ("11" = "skyblue","12" = "orange3","21" = "seagreen51" = "sienna1","52" = "snow","53" = "grey82")) 可是最后得到警告Error: Continuous va
浏览 699
提问于2020-04-18
0
回答
我使用了springboot来进行图片的上传,但是我显示了上传成功,但是在云存储中却没有这个文件,通过返回的文件路径进行访问也是有问题?
java
、
图片上传
、
云存储
public List<String> upload(MultipartFile[] files, float
scale
, double quality) throws IOException {byteArrayOutputStream = new ByteArrayOutputStream(); .
scale
(
scale
)// 缩小比例 .setQuality(quality)
浏览 174
提问于2024-02-25
0
回答
使用animate的reverse会导致backdrop-filter失效?
javascript
、
html
、
css3
、
filter
、
reverse
// 这是使用animate代码 { transform: '
scale
浏览 233
提问于2024-05-03
0
回答
android 歌词页面是怎么实现的?
android
、
kotlin
缩放的效果是改变字体大小,还是设置
scale
factor, 歌词断行怎么处理?
浏览 432
提问于2020-07-29
0
回答
请教关于生成TPC-DS数据的问题?
scale
、
模型
、
配置
、
数据
我这边已经配置好了TPC-DS模型,然后也成功生成了数据,但是我指定
scale
为1G或者10G,里面的custmer_demographics.dat的大小都是77M,请问这是为什么?
浏览 182
提问于2018-07-14
0
回答
Hunyuan-0.5B模型训练数据报错?
cuda
、
input
、
模型
、
数据
、
腾讯混元大模型
return torch.embedding(weight, input, padding_idx,
scale
_grad_by_freq, sparse) RuntimeError: CUDA error
浏览 119
提问于2025-09-08
0
回答
lasso回归分析时遇到警告信息?
r 语言
、
class
、
matrix
、
offset
、
模型
row.names = 1)set.seed(10) y=data.matrix(rt$fustat)#y <-
scale
(y) plot(fit, xvar = "lambda
浏览 568
提问于2023-11-17
2
回答
在Heroku上如何杀死abandoned process的进程?
heroku
、
process
、
ps
、
restart
、
进程
我试过了: heroku restart heroku ps:
scale
run=0 heroku ps:restart run.3 我如何强制退出它?
浏览 37145
提问于2018-05-07
回答已采纳
1
回答
上面的HTML 怎么引入 下面的JS代码 ?
javascript
、
SSL 证书
(0); position: relative;.upload .upload-files footer .list-files(0.5); opacity: 1; 80% { transform:
scale
(0.25); }
浏览 376
提问于2018-04-03
0
回答
ggplot2我想要的就是将y轴向右移动,并将它们向左对齐,以将它们包含在条形图中?
element
、
ggplot2
、
size
、
text
、
title
(Description), FoldEnrichment),fill=-1*log10(pvalue))) +
scale
_fill_gradient
浏览 164
提问于2023-02-03
0
回答
如何修改R画图 ggscatter 统计出来的数值的大小?
编程算法
= Training_sessions,
scale
_fill_brewerfactor(group), y = (Training_sessions),
scale
_fill_brewer
浏览 1436
提问于2019-07-27
1
回答
默认选中,我想默认选中10元和微信支付,需要 怎么弄,求大神帮忙?
javascript
、
css
、
html
<html><head><meta name="viewport" content="width=device-width, initial-
scale
=1.0, minimum-
scale
=1.0, user-scalable=no, maximum-
scale
=1.0"> <meta content="yes" name="apple-mobile-w
浏览 432
提问于2018-09-23
0
回答
逻辑回归法rank基因的时候报错,后面标记基因的表以及所属的细胞是怎么的出来的?
python
Increase the number of iterations (max_iter) or
scale
the data as shown in: https://scikit-learn.org
浏览 372
提问于2021-11-02
0
回答
How to track the mouse scroll event?
mac os
、
event
、
root
、
scale
、
swiftui
I'm trying to
scale
the `view`(zoom in and out) when the user scroll from the mouse after hovering the
浏览 196
提问于2023-05-04
第 2 页
领券