英文: How to speed up Tensorflow-gpu with using CUDA code simultaneoulsy 问题 I only have one GPU(GTX 10...
错误: ‘ImageDataGenerator’ 对象没有 ‘shape’ 属性。
英文: Error: 'ImageDataGenerator' object has no attribute 'shape' 问题 我是编程新手,一直在尝试编写用于图...
“BinaryCrossentropy” 和 “binary_crossentropy” 在 tf.keras.losses 中的区别是什么?
英文: Difference about "BinaryCrossentropy" and "binary_crossentropy" in tf.keras....
在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...
将Tensorflow 1.0的代码转换为2.0版本。
英文: Convert Tensorflow 1.0 code into 2.0 version 问题 I am facing issue while converting my tensorflow...
有没有办法将函数应用于 TensorFlow 数组的第 0 维,其形状为(None,2)?
英文: Is there a way to apply a function to dimension 0 of a tensorflow array having the shape (None, ...
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...
如何允许文本输入到 TensorFlow 模型?
英文: How do I allow a text input to a TensorFlow model? 问题 我正在使用TensorFlow构建一个自定义的文本分类模型,并希望通过TensorF...
22