英文: AttributeError: 'function' object has no attribute 'predict' while using Alexnet...
Keras风格的无损三元组损失
英文: Keras style lossless triplet loss 问题 Sure, here is the translated part of your text: 我正在尝试复制无损三元...
错误: ‘ImageDataGenerator’ 对象没有 ‘shape’ 属性。
英文: Error: 'ImageDataGenerator' object has no attribute 'shape' 问题 我是编程新手,一直在尝试编写用于图...
在Keras模型中保存元数据/信息。
英文: Saving meta data/information in Keras model 问题 在Keras模型中保存元数据/元信息是否可能?我的目标是保存输入预处理参数、训练/测试集使用情况、...
生产 – 什么是加载文件以进行快速计算的最佳方法?
英文: production - What is the best way to load a file for fast computation? 问题 我正在部署一个深度学习模型,并将keras模...
像素加权分类交叉熵用于语义分割
英文: Weighted Pixel Wise Categorical Cross Entropy for Semantic Segmentation 问题 I have recently start...
ValueError: Layer activation_1 was called with an input that isn't a symbolic tensor
英文: ValueError: Layer activation_1 was called with an input that isn't a symbolic tensor 问题 from...
Tensorflow TensorBoard not showing acc, loss, acc_val, and loss_val only only epoch_accuracy and epoch_loss
英文: Tensorflow TensorBoard not showing acc, loss, acc_val, and loss_val only only epoch_accuracy and...
这个 Keras Sequential 模型在学习吗?
英文: Is this Keras Sequential model learning? 问题 我正在尝试构建一个适合我的数据的Keras Sequential模型。然而,我在选择层和设置输入形状方面...
在TensorFlow中画一条线。
英文: draw a line in tensorflow 问题 我想创建一个人体姿势骨架估计网络,为此,我有一个两部分的网络,第一部分生成16个热图作为输出(每个热图对应不同的关节,因此可以提取关键...
13