英文: Use attributes for labels in yolov8 问题 I am new to this stuff and trying to train a model with y...
无法在神经网络中捕捉模式
英文: Unable to capture pattern in a Neural network 问题 I am trying to train a neural network for learn...
有办法在使用 jax.grad 计算梯度时接受一个函数吗?
英文: Is there a way to accept a function while taking the gradient using jax.grad? 问题 我试图制作一个基于神经网络的微...
遇到问题在正确导入tensorflow Tokenizer和tensorflow padded_sequences。
英文: Having trouble correctly importing tensorflow Tokenizer and tensorflow padded_sequences 问题 我有一个神...
1D卷积神经网络与2D数组
英文: 1D Convolutional Neural Network with 2D Array 问题 I am experiencing great confusion when setting ...
Pytorch nn.CrossEntropyLoss() 仅返回 -0.0
英文: Pytorch nn.CrossEntropyLoss() only returns -0.0 问题 以下是翻译好的部分: 运行以下代码片段 torch.nn.CrossEntropyLoss...
Non differentiable loss function keras
英文: Non differentiable loss function keras 问题 我目前正在尝试使用Keras训练图像分割模型。我希望我的模型能返回一个掩模(只包含0和1的图像),以将其应用...
What will be the gradient and weight of the particula part of the network if coeffiecient of one of the losses contributed by that network is zero?
英文: What will be the gradient and weight of the particula part of the network if coeffiecient of one...
将神经网络的概率转化为R中的预测
英文: Converting neural net probablities into predictions in R 问题 请原谅我的无知,我正在学习模型背后的理论,特别是神经网络。我试图使用li...
Pytorch: 每轮接收相同的测试评估
英文: Pytorch: Receiving same test evaluations each round 问题 我有一个与我的联邦学习设置有关的问题。我有一些权重,我想要使用PyTorch在每一...
6