英文: Efficient way to preprocess data for DETR model (object detection) 问题 import keras_core as keras...
在keras CNN中的糟糕准确度
英文: Terrible accuracy in keras CNN 问题 I am a beginner to deep learning and I am trying to create a m...
无法向Keras层内的权重添加随机噪声。
英文: Can't add random noise to weights inside a Keras Layer 问题 我正在尝试在Keras的卷积层的前向传播中添加随机噪声。我编写了一个...
Keras LSTM 中的 2D 输入的含义
英文: Meaning of 2D input in Keras LSTM 问题 In Keras, LSTM的输入形状是[batch, timesteps, feature]。如果我将输入指定为ke...
“BinaryCrossentropy” 和 “binary_crossentropy” 在 tf.keras.losses 中的区别是什么?
英文: Difference about "BinaryCrossentropy" and "binary_crossentropy" in tf.keras....
在Keras模型中保存元数据/信息。
英文: Saving meta data/information in Keras model 问题 在Keras模型中保存元数据/元信息是否可能?我的目标是保存输入预处理参数、训练/测试集使用情况、...