本文介绍了无法导入nvprof生成的配置文件数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试使用 nvprof 分析基于TensorFlow的代码。我为此使用以下命令
I am trying to profile a TensorFlow based code using nvprof. I am using following command for this
nvprof python ass2.py
程序成功运行,但最后显示以下错误。
The program runs successfully but at the end it shows following error.
==49791== Profiling application: python ass2.py
======== Error: Unable to import nvprof generated profile data.
推荐答案
我不知道确切原因,但使用nvprof / usr / bin / nvprof
的完整路径解决了该问题。
I don't know the exact reason but using the full path of nvprof /usr/bin/nvprof
solved the problem.
这篇关于无法导入nvprof生成的配置文件数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!