英文: My CNN does not correctly predict images that are not from the dataset 问题 我想让我的卷积神经网络(CNN)预测我用鼠标...
使用torch.argsort在CNN中
英文: Using torch.argsort in CNN 问题 我的CNN网络的输出是对数概率。我想要获取输出的前10个最佳索引,并进一步使用这些索引来计算损失。 因此,我必须使用torch.ar...
在Keras 2D卷积网络中遇到输入形状/层面的问题。
英文: Facing input shape/layer problem in keras 2D convutional network 问题 我面临以下错误: 数值错误:调用层 'conv2d'(类...
‘KerasTensor’ 对象不可调用
英文: 'KerasTensor' object is not callable 问题 我是新手。 我只是尝试使用oxford-iiit宠物数据集创建图像分割模型的图层。 我想查看U-...
卷积神经网络和感受野
英文: Convolution Neural Network and Receptive field 问题 以下是翻译好的部分: "Suppose a 3x3 convolution ker...
如何获取YOLOv5的第一个卷积层生成的特征图?
英文: How to obtain feature map generated from first convolution layer of YOLOv5? 问题 我想获取YOLOv5(PyTorc...
回归模型为何无法学习?
英文: Why regression model doesn't learn? 问题 我必须创建一个模型,该模型返回3个数字 - 3D模型旋转的角度。我使用的所有模型在开始时都以相同的方式旋转...
Whats the difference between a convolutional autoencoder (CAE) and a convolutional neural network (CNN)
英文: Whats the difference between a convolutional autoencoder (CAE) and a convolutional neural networ...
Pytorch: mat1 和 mat2 的形状无法相乘 (64×8192 和 12800×10)。
英文: Pytorch: mat1 and mat2 shapes cannot be multiplied (64x8192 and 12800x10) 问题 I'm trying to imple...
如何将全卷积网络(FCN)应用于二元分类?
英文: How to apply Fully Convolutional Network (FCN) to binary classification? 问题 To change out_put_1....
5