英文: epoch taking too long, 问题 I have a good pc with good memory (intel core i7-11th gen, and 16gb of...
Deep Learning with Python IMDB dataset
英文: Deep Learning with Python IMDB dataset 问题 在代码的末尾,您遇到了一个错误:“name 'acc' is not defined”。看起来是因为您在使用...
Cannot reshape tensor with its real dimensions.
英文: Cannot reshape tensor with its real dimensions 问题 我有一个非常复杂的Transformer模型,需要从头开始计算MRR。 (我认为问题在于数据...
Keras中的活动正则化:在激活之前还是之后?
英文: Activity regularizer in Keras: before or after activation? 问题 Keras文档(https://keras.io/api/layer...
自定义多任务模型的损失函数
英文: Custom loss for multi task model 问题 I only want to compute the categorical cross entropy loss fo...
我在配置Keras/TensorFlow模型时遇到了困难。
英文: I'm having a hard time while conguring a Keras/tensorflow model 问题 这是您提供的代码的翻译部分: 我尝试创建一个能够帮...
LSTM在Keras中的输入维度是多少?
英文: What is the input dimension for a LSTM in Keras? 问题 I'm trying to use deeplearning with LSTM in ...
Keras model.predict is nearly always incorrect on training dataset; even when training it to near 100% accuracy
英文: Keras model.predict is nearly always incorrect on training dataset; even when training it to nea...
尝试理解 TensorFlow 序列模型的摘要。
英文: Trying understand tensorflow sequential summary 问题 以下是翻译好的部分: 层 (类型) 输出形状 参数数目 zero_padding2d (Z...
Tensorflow: 输入的通道维度应该被定义
英文: Tensorflow: The channel dimension of the inputs should be defined 问题 抱歉,以下是翻译的部分内容: "ValueE...
13