我目前正试图让tensorflow-gpu在我的PC上运行。当我运行脚本时,该脚本仅包含:
import tensorflow
print("Test")
...然后我得到输出:
2020-04-24 18:16:53.660911: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Test
Process finished with exit code 0
现在,代码可以正常编译,退出代码0应该表示一切正常。我对这件事一无所知,如果这是一个愚蠢的问题,请原谅我,但是真的一切还好吗?我使用的是PyCharm IDE,它以红色打印“ 2020-04-24”部分,其他所有内容均为浅灰色。此外,即使我要做的只是导入tensorflow,编译也要花费几秒钟。
红色通常表示错误,我发现编译时间太长。这正常吗?
如果没有,我该如何解决?
答案 0 :(得分:0)
一切真的好吗?
是的,一切都很好。
它们只是信息消息,因为它们以I
为前缀,如果是错误消息,它们会以E
或W
为前缀表示警告,如下所示>
2020-12-30 21:30:27.549172: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cupti64_101.dll
2020-12-30 21:30:27.599977: W tensorflow/core/framework/allocator.cc:101] Allocation of 37171200 exceeds 10% of system memory.
2021-12-30 21:30:27.704083: E tensorflow/core/profiler/internal/gpu/cupti_tracer.cc:1307] function cupti_interface_->Subscribe( &subscriber_, (CUpti_CallbackFunc)ApiCallback, this)failed with error CUPTI_ERROR_INSUFFICIENT_PRIVILEGES