Tag: TensorFlow
All the articles with the tag "TensorFlow".
TensorFlow 错误:texture size [0x0] is invalid
Published: at 02:53 AMTensorFlow 运行时报错“texture size [0x0] is invalid”,通常是因为传入模型的图片数据无效,可能是图片损坏或并非图片对象。请确保输入的 `data` 是一个有效的图片对象。
TensorFlow 使用笔记:shape, rank, dimension 理解及 tf.image.nonMaxSuppression() 函数
Published: at 02:53 AM记录 TensorFlow 学习笔记,包括 TensorFlow 的 shape, rank, dimension 理解以及 TensorFlow.js tf.image.nonMaxSuppression() 函数的使用。文章内容涵盖了对象检测模型的训练以及 TensorFlow.js 的相关知识。