英文: How to make a prediction using karas TensorFlow? 问题 我编写了这个机器学习算法,但它返回给我一个奇怪的数组。我想输入两个数字,然后将这些数字分...
遇到在尝试调整文件中的图像大小时出现权限错误?
英文: Getting a permission error while trying to resize images in a file? 问题 我正在使用Tensorflow编写一个程序来猜测花...
是否有方法将非 tf 函数嵌入到 tf.Keras 模型图中,作为 SavedModel 签名?
英文: Is there way to embed non-tf functions to a tf.Keras model graph as SavedModel Signature? 问题 我想将...
我需要在训练神经网络时在多次运行之间获得均方误差(MSE)的一致结果。
英文: I need consistent results for MSE between runs when training a Neural Network 问题 import pandas a...
TensorFlow: 为什么在Apple Silicon M2上训练RNN速度太慢?
英文: TensorFlow: Why is the training of an RNN too slow on Apple Silicon M2? 问题 我在使用Apple Silicon M2训...
嵌入元素在HuggingFace的BERT模型中代表什么?
英文: What does the embedding elements stand for in huggingFace bert model? 问题 在BERT模型中,在将我的标记通过编码器之前,...
为什么 predict_on_batch 一直重复第一个输出?
英文: Why is predict_on_batch is repeating the first output over and over? 问题 以下是代码的翻译部分: import tenso...
如何在Streamlit托管平台中更新pip
英文: How to update pip in streamlit hosting platform 问题 我已经创建了一个非常小的Web应用程序,它在其后端使用了机器学习模型。我尝试通过Strea...
TensorFlow减慢了Jupyter Notebook中的智能感知(类型提示)。
英文: Tensorflow slows intellisense (type-hint) in jupyter notebook 问题 我对TensorFlow相对新手,但类型提示弹出的速度太慢让我...
TensorFlow多类和多标签分类与排名的正确损失函数
英文: TensorFlow right loss function for Multi class and Multi label classification with ranking 问题 我有...
22