英文: how regroup multiple fit calls on a single epoche with keras 问题 以下是翻译的内容: 我正在使用Keras在Go中训练一个模型,但...
在使用 model.evaluate 和 model.predict 评估模型性能时会得到不同的结果。
英文: Different results when evaluate the model performance on test data using model.evaluate and mode...
Keras:每步时间随样本数过滤增加,时代时间保持不变。
英文: Keras: time per step increases with a filter on the number of samples, epoch time continues the ...
Tensorflow-GNN模型在训练基于骨架的GNN时出现model.fit()错误(索引错误)。
英文: Tensorflow-GNN model.fit() error while training a skeleton-based GNN (index error) 问题 以下是翻译好的内容:...
卷积1D层输出形状错误
英文: Wrong shape output with conv1D layer 问题 I'm trying some experiments with a small autoencoder def...
无预训练权重的迁移学习
英文: Transfer learning without pretrained weights 问题 我想**使用Keras上可用的深度学习架构**([resnet50][1]),**添加一些层,并...
将未经处理的输入添加到神经网络中的后续层
英文: Adding unprocessed input to later layers in a neural network 问题 抱歉,我无法完成您的请求。 英文: I apologize if...
Autoencoder用于对二进制数据集进行降维,以便进行聚类。
英文: Autoencoder for dimensionality reduction of binary dataset for clustering 问题 以下是翻译好的代码部分: import...
x 和 y 必须具有相同的第一个维度,但形状分别为 (9,) 和 (4,)。
英文: x and y must have same first dimension, but have shapes (9,) and (4,) 问题 y_pred = fig.predict(x....
检查一个变量是否是ResNet50的实例。
英文: Check whether a variable is instance of ResNet50 问题 以下是翻译好的代码部分: 我正在检查是否 model = ResNet50(weight...
13