英文: How push HF model to the hub 问题 I have a related issue can any one solve it? Problem described w...
HuggingFace trainer 中的步数是如何计算的?
英文: How is the number of steps calculated in HuggingFace trainer? 问题 我有一个大小为4107的训练数据集。 批大小为8,训练周期数为...
YoloV8标签文件中没有边界框时怎么办?
英文: YoloV8 Label file when there is no bounding box? 问题 以下是代码部分的翻译: 我想要训练我的yolo模型,看看能否检测图像中的肺炎 所以我有X...
VGG16迁移学习 – 未知指标函数:f1_score错误
英文: VGG16 Transfer Learning - Unkown Metric function: f1_score error 问题 以下是已翻译的内容: "我有一个迁移学习模型,...
Pytorch深度学习
英文: Pytorch deeplearning 问题 在代码的以下部分出现了错误: correct += (predicted == labels).sum().item() 错误信息提示了问题:张...
自定义数据集用于 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...
Pytorch: 每轮接收相同的测试评估
英文: Pytorch: Receiving same test evaluations each round 问题 我有一个与我的联邦学习设置有关的问题。我有一些权重,我想要使用PyTorch在每一...
为什么我的神经网络无法学习 XOR 问题?
英文: Why does my neural network not learn the XOR problem? 问题 我是对 PyTorch 新手,尝试学习 XOR 问题(带有一些噪音)。 当然我...
改进深度学习模型以检测不同条件下的火车车厢间隙。
英文: Improving Deep Learning Model to Detect Train Wagon Gaps in Variable Conditions 问题 我们的团队记录了来自不同摄...
13