TensorFlow (tfjs) "graphics pipeline stall"



我正在使用TensorFlow的PoseNet模型,以便以视频元素(来自网络摄像头的流)作为input获得实体识别。

通过这样做,tf-core每帧都会生成以下警告:

performance warning: READ-usage buffer was read back without waiting on a fence. This caused a graphics pipeline stall.

即使出现此警告,似乎一切仍在按预期工作。我对这里使用的语言不是很熟悉,如果有人能解释:)那就太好

原来是TensorFlow v0.14.2,回到0.13.3版本摆脱了这些警告。

相关内容

  • 没有找到相关文章

最新更新