英文: Why does tensorflow.function (without jit_compile) speed up forward passes of a Keras model? 问题 ...
Why does tensorflow.function (without jit_compile) speed up forward passes of a Keras model?
英文: Why does tensorflow.function (without jit_compile) speed up forward passes of a Keras model? 问题 ...
如何在自定义数据生成器中获取正确的混淆矩阵数据?
英文: How to get correct confusion_matrix data in customdatagenerator 问题 我正在构建混淆矩阵,但是我总是返回错误形状的y_true。...
为什么PyTorch比TensorFlow慢得多?两者都在运行CUDA。
英文: Why is PyTorch significantly slower than Tensorflow? Both are running CUDA 问题 我刚刚在测试tensorflow 2...
TensorFlow仅显示(并使用)CPU,而GPU可用。
英文: Tensorflow only showing (and using) cpu when gpu is available 问题 当我使用TensorFlow时,它只使用CPU。我正在运行Wi...
如何在PyTorch中创建类似于Tensorflow顺序模型的等效模型?
英文: How to make the equivalent of Tensorflow sequential model in PyTorch? 问题 I have a simple shallow...
Tensorflow Keras层的形状错误
英文: Tensorflow Keras Dot of Layers Shape Error 问题 我正在尝试创建一个回归模型,该模型输出标量密集层和标量自定义层的乘积。模型的输入是2D数组。 Cus...
Nvidia 4060 TI 8GB在分类任务中比CPU慢。
英文: Nvidia 4060 TI 8GB slower than CPU in classification 问题 我正在使用这个教程:https://www.tensorflow.org/tut...
DETR模型(目标检测)的数据预处理的高效方法
英文: Efficient way to preprocess data for DETR model (object detection) 问题 import keras_core as keras...
Wandb在运行训练脚本时忽略–configs标志。
英文: Wandb ignores --configs flag when running training script 问题 使用脚本时,我想指定要使用的配置 YAML 文件。文档 中指出,您可以...