英文: Is there a name for a convolution that has the same size as the input? 问题 我有一个维度为(C,H,W)的输入张量和尺寸...
Keras model.predict is nearly always incorrect on training dataset; even when training it to near 100% accuracy
英文: Keras model.predict is nearly always incorrect on training dataset; even when training it to nea...
多类分类混淆矩阵
英文: MultiClass Classification Confusion Matrix 问题 我正在构建一个卷积神经网络分类模型,类别包括[Pneumonia(肺炎), Healthy(健康),...
RuntimeError: Given groups=1, weight of size [128, 55, 11, 11], expected input[64, 57, 28, 28] to have 55 channels, but got 57 channels instead
英文: RuntimeError: Given groups=1, weight of size [128, 55, 11, 11], expected input[64, 57, 28, 28] t...
应用 Torchvision 转换到一个 NumPy 数组
英文: Apply Torchvision Transforms to a numpy array 问题 我编写了以下代码: transform = transforms.Compose([ tran...
为什么这个深度学习卷积模型不能泛化?
英文: Why is this deep learning convolutional model not generalizing? 问题 我正在使用PyTorch训练一个卷积神经网络,用于处理3D...
ImportError: 无法从’keras.models’导入’name’ ‘Input’
英文: ImportError: cannot import name 'Input' from 'keras.models' 问题 ImportError Trace...
如何在PyTorch的conv2D层中指定批处理维度
英文: How to specify the batch dimension in a conv2D layer with pyTorch 问题 我有一个包含600x600灰度图像的数据集,通过数据加...
如何在Java中调整2D数组的大小
英文: How to resize a 2d array in java 问题 为了背景信息,我正在开发一个能够分类语音并最终控制视频游戏角色的人工智能。我已经编写了连续采样音频并将其转换为频谱图的代...
AttributeError: 在使用Keras中的AlexNet时,’function’对象没有’predict’属性。
英文: AttributeError: 'function' object has no attribute 'predict' while using Alexnet...
5