英文: Adding a new layer to a stax.serial object 问题 def mlp(L, n_list, activation, Cb, Cw): init_fun, ...
神经网络使用Sigmoid函数总是会得到接近0.5的值,用于XOR。
英文: Neural network with sigmoid function always get value closer to 0.5 fo XOR 问题 我正在从头开始练习使用神经网络来处理...
Informer: 损失始终为NaN
英文: Informer: loss always Nan 问题 我尝试使用infomer模型来预测我的数据集。但是当我将训练数据集更改为我的数据集时,虽然程序可以运行,但我的损失一直是NaN,并且在...
如何平衡 PyTorch 数据集?
英文: How to balance a PyTorch dataset? 问题 我有一个不平衡的PyTorch数据集。 A和V样本的数量远远低于其他样本 我想平衡我的数据集,即使我必须删除属于占主导...
Deep Learning training slower on Google Cloud VM than Local PC.
英文: Deep Learning training slower on Google Cloud VM than Local PC 问题 以下是你要翻译的部分: "I am trying ...
无法在Colab中安装transformers的旧版本
英文: Failure to install old versions of transformers in colab 问题 我最近在Colab中安装Transformer版本2.9.0时遇到了问题...
无预训练权重的迁移学习
英文: Transfer learning without pretrained weights 问题 我想**使用Keras上可用的深度学习架构**([resnet50][1]),**添加一些层,并...
将1个输入句子与1个给定句子通过相似性映射。
英文: Map (1:1) N input sentences to N given sentences by similarity 问题 I want to map N_a input senten...
深度学习在没有CUDA的计算机上
英文: Deep learning on a computer without CUDA 问题 深度学习(DNN)在OpenCV中。如果您为后端和目标指定了CUDA,即使计算机上没有安装CUDA,也可...
适用于视频分类的正确输入形状,使用图像文件夹。
英文: proper input shape for video classification ,use folder picture 问题 以下是要翻译的内容: 这里是问题。我有多个文件夹,每个文件...
13