请问大佬们能不能看看我这个出了什么错误
in ReshapeOp is invalid. The input tensor X'size must be divisible by known...
Datasets Q&A
be subject to the official announcement on the morning of April 18th. If you...
是否支持多线程报错?
./ppocr_keys_v1.txt # show the detection resultsvisualize 0 # use_tensorrtuse_tensorrt 0use_fp16 0 ...
二〇二二年五月第二周精品项目公布
PaddleClas框架的Visual Attention Net复现项目链接:https://aistudio.baidu.com...
ppdet源码疑问
是 batch_size = paddle.to_tensor([im_shape.shape[0]]) 学生党,问的问题可能比较浅薄,各位大佬见谅...
Baseline系统代码问题:
text2sql.utils.utils.batch_gather_2d(var, indices)中 output_2d...
roi-aligin 使用报错
' (position 0) must be Tensor, but got Tensor (at ..\paddle\fluid\pybind...
sklearn库主要模块及其功能
标准正态分布去量纲则可有效避免这一问题 Binarizer:二值化处理,适用于将连续变量离散化 OneHotEncoder:独热编码,一种经典的...
卷积神经网络模型发展及应用
提升模型性能,典型的模 型为 SENet、SKNet 以及 CBAM(convolutional block attention...
神经网络算法三大类
架构,self-attention。使用self-attention的BERT巨大的提升了自然语言处理的精度和速度,近些年来BERT...
linux常用命令
、mpstat、iostat、sar等 4、用于cpu的命令,如:top、vmstat、mpstat、iostat、sar等 5、用于进程的命令,如:ipcs、ipcrm、lsof、strace、lstrace等...
vgg网络的优缺点
优点: 1、结构简洁VGG由5层卷积层(都是使用3x3卷积核)、3层全连接层、softmax输出层构成,层与层之间由max-pooling...