英文: How to reproduce the default behaviour of tf.get_variable with numpy? (TensorFlow v1.15.0) 问题 使用...
在训练期间,如何获取在构建时定义的张量的值?
英文: During training, how to get value of a tensor defined during building time? 问题 从这个教程中,可以看到作为参数传递...
In tensorflow 1.15.5 / keras, how to use a tensor defined during building as a loss value for tape.gradient
英文: In tensorflow 1.15.5 / keras, how to use a tensor defined during building as a loss value for ta...
TensorFlow文本分类示例为什么需要from_logits=True?
英文: Tensorflow text classification sample why need from_logits=True? 问题 我正在运行来自TensorFlow的基本文本分类示例这里...
将多张图像一次性转换为张量。
英文: Converting multiple images into tensor at once 问题 以下是翻译好的部分: 我有大约10张图片。这些图片大小各不相同。我正在使用OpenCV读取它...
如何正确渲染YoloV7框在图像上?
英文: How to correctly render YoloV7 boxes on image? 问题 我使用了TensorFlow.js的YoloV7目标检测实现,但我无法正确缩放和处理边界框的...
如何让Keras在GPU上运行?
英文: How can I get Keras to run on GPU? 问题 我刚刚开始使用神经网络,并且有一个卷积神经网络(CNN),我想通过在我的GPU上运行该过程来加速。但是我在设置这个过...
Tensorflow变分自编码器,解码器是如何连接的?
英文: Tensorflow variational autoencoder, how is decoder connected? 问题 在 keras 示例中的 https://blog.keras...
Python 无法找到模块 ‘official.legacy’ 和 ‘tensorflow.python.keras.layers.preprocessing’。
英文: Python cannot find modules 'official.legacy' and 'tensorflow.python.keras.layers.pre...
在TensorFlow上训练MNIST数据集的特定标签分类器。
英文: Train a classifier on specific labels of MNIST dataset with TensorFlow 问题 I would like to train ...
22