英文: In deep learning, can the prediction speed increase as the batch size decreases? 问题 我们正在使用deepch...
为什么这个深度学习卷积模型不能泛化?
英文: Why is this deep learning convolutional model not generalizing? 问题 我正在使用PyTorch训练一个卷积神经网络,用于处理3D...
将TensorFlow模型转换为PyTorch模型 – 模型没有学习
英文: Convert Tensoflow model to PyTorch model - model isn't learning 问题 以下是您要翻译的代码部分: import pand...
使用Keras中的conv2d层替换池化层。
英文: Exchange a pooling layer using conv2d layer in keras 问题 我有一个使用Keras构建的神经网络,其中包括两个Conv2D层、一个平均池化层...
Tensorflow – 文本分类 – Shapes (None,) 和 (None, 250, 100) 不兼容错误
英文: Tensorflow - Text Classification - Shapes (None,) and (None, 250, 100) are incompatible error 问题...
何时关闭DL4J INDArrays
英文: When to close DL4J INDArrays 问题 我创建了一个自定义的DataSetIterator。它通过在next方法中随机生成两个INDArray(一个用于输入,一个用于输...
对象检测/分割是否会提高分类准确性?
英文: Will object detection/segmentation improve classification accuracy? 问题 如果我想进行分类任务,如果有边界框或像素级信息,分...
使用PCA进行回归问题时模型精度降低。
英文: reduction of model accuracy while using PCA for a regression problem 问题 我正在尝试构建一个预测航班票价的问题。我的数据集...
生产 – 什么是加载文件以进行快速计算的最佳方法?
英文: production - What is the best way to load a file for fast computation? 问题 我正在部署一个深度学习模型,并将keras模...
像素加权分类交叉熵用于语义分割
英文: Weighted Pixel Wise Categorical Cross Entropy for Semantic Segmentation 问题 I have recently start...
13