刚刚安装了Cuda,使用我的GPU获取Tensorflow。我按照上面的说明做了https://www.tensorflow.org/install/gpu并在上运行了Cuda测试https://docs.nvidia.com/cuda/cuda-installathtml" target="_blank">ion-guide-microsoft-windows/(deviceQuery和bandwidthTest)这两个测试都很好。
当我打开PyCharm并运行以下代码时
import tensorflow as tf
print(tf.test.is_gpu_available(
cuda_only=False,
min_cuda_compute_capability=None
))
它的计算结果为True
,但出现以下错误消息:
2019-04-12 16:45:48.713478: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
2019-04-12 16:45:48.918686: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties:
name: GeForce GTX 1070 major: 6 minor: 1 memoryClockRate(GHz): 1.7085
pciBusID: 0000:01:00.0
totalMemory: 8.00GiB freeMemory: 6.64GiB
2019-04-12 16:45:48.919057: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0
True
2019-04-12 16:45:49.497524: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix:
2019-04-12 16:45:49.497813: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0
2019-04-12 16:45:49.497956: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N
2019-04-12 16:45:49.498209: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/device:GPU:0 with 6389 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1070, pci bus id: 0000:01:00.0, compute capability: 6.1)
这些意味着什么?我应该担心什么?
说明:运行Windows 10,Python 3.6.8,Cuda Toolkit 10.0,Tensorflow 1.13.1
这些不是错误消息,而是信息性消息。以下日期和时间由I
指示。这些情况正常发生,无需担心。可以在这里找到不同类型的日志级别。
我是TensorFlow的新手。我最近安装了它(Windows CPU版本),收到以下消息: 成功安装TensorFlow-1.4.0 TensorFlow-TensorBoard-0.4.0 RC2 当我想跑的时候 (我是通过https://github.com/tensorflow/tensorflow找到的) 我收到以下消息: 2017-11-02 01:56:21.698935:I C:\
我试着用这些说明来验证我的mac tensorflowhttps://www.tensorflow.org/install/install_mac#ValidateYourInstallation 但要产生这样的结果。可以吗?令人不快的我该怎么解决这个问题?谢谢 sess=tf。会话() 您的CPU支持该TensorFlow二进制文件未编译使用的指令:AVX2 FMA 打印(sess.run(你好
尝试学习Spring-Boot,并提高我的Java技能。我一直收到错误声明“..java:error:release version 14不受支持..”。我的jdk在preferences页面上设置为jdk-11。我找不到jdk版本设置为14的地方。你知道去哪找吗?我正在使用IntelliJ IDEA Ultimate和最新版本的Kite和Spring-Boot。这里是我的扫描器脚本,用于探索扫描
我有在JDK1.8上编译的代码。我创建了war文件,并在运行JRE1.8的Ubuntu服务器中的Tomcat8上部署了它。我在打开主页面的时候出现了这个错误: java.lang.unsupportedClassVersionError:com/dash/io/web/bind/homectrl:Unsupported major.minor版本52.0
我还尝试根据Pass驱动程序ChromeOptions和DesiredCapabilities添加所需的功能(现在已不推荐使用)和ChromeOptions,但同样的错误仍然存在。 提前道谢!
null 我仍然得到上面提到的问题。我会错过什么?? 编辑:一个想法已经浮现在脑海中,你用什么来签署导出的APK有关系吗?