英文: Comparing the Weights and Biases of several different Yolov8s models trained through transfer le...
UserWarning: 应用了 CuDNN 问题的解决方法,请安装 nvrtc.so
英文: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so 问题 I'm translating the code fo...
在keras CNN中的糟糕准确度
英文: Terrible accuracy in keras CNN 问题 I am a beginner to deep learning and I am trying to create a m...
1D卷积神经网络与2D数组
英文: 1D Convolutional Neural Network with 2D Array 问题 I am experiencing great confusion when setting ...
PyTorch中的数据增强用于CNN。
英文: Data augmentation in Pytorch for CNN 问题 我想对我的图像集进行数据增强,以便在PyTorch中训练卷积神经网络时有更多的数据。 变换示例: train_t...
使用PyTorch进行回归任务时如何使用conv1d?
英文: how to use conv1d for regression task in pytorch? 问题 class Model(nn.Module): def __init__(self):...
在CNN中计算隐藏层大小时存在混淆。
英文: Confusion in the calculation of hidden layer size in CNN 问题 以下是代码中的中文翻译部分: 我正在尝试理解卷积神经网络。我正在阅读《深...
对孪生神经网络的损失函数
英文: Loss function for a Siamese neural network 问题 我正在尝试训练用于人脸识别的孪生神经网络。许多资源使用以下函数作为损失函数: def contras...
自定义数据集用于 TensorFlow 2.0 中的图像。
英文: custom dataset for image in tensorflow 2.0 问题 我正在尝试使用TensorFlow 2.0创建“图像的自定义数据集”,我的目录结构如下: 以“Pet...
如果在 YOLO 中选择的网格框太小,会更难检测到物体吗?
英文: If we choose the grid box in YOLO too small , will it be worse to detect a object? 问题 In the pic...
5