zoukankan      html  css  js  c++  java
  • tensorflow CUDA 9.0安装成功



    berli@berli-dev:~/tensorflow$ bazel-bin/tensorflow/examples/label_image/label_image
    
    2017-12-18 00:04:16.581436: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX
    2017-12-18 00:04:16.916572: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1105] Found device 0 with properties: 
    name: GeForce GTX 1060 6GB major: 6 minor: 1 memoryClockRate(GHz): 1.8095
    pciBusID: 0000:04:00.0
    totalMemory: 5.93GiB freeMemory: 4.79GiB
    2017-12-18 00:04:16.916624: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1195] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 1060 6GB, pci bus id: 0000:04:00.0, compute capability: 6.1)
    2017-12-18 00:04:17.407538: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1195] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 1060 6GB, pci bus id: 0000:04:00.0, compute capability: 6.1)
    2017-12-18 00:04:19.594479: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1195] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 1060 6GB, pci bus id: 0000:04:00.0, compute capability: 6.1)
    2017-12-18 00:04:19.598485: I tensorflow/examples/label_image/main.cc:250] military uniform (653): 0.834306
    2017-12-18 00:04:19.598526: I tensorflow/examples/label_image/main.cc:250] mortarboard (668): 0.0218696
    2017-12-18 00:04:19.598547: I tensorflow/examples/label_image/main.cc:250] academic gown (401): 0.0103581
    2017-12-18 00:04:19.598564: I tensorflow/examples/label_image/main.cc:250] pickelhaube (716): 0.00800818
    2017-12-18 00:04:19.598607: I tensorflow/examples/label_image/main.cc:250] bulletproof vest (466): 0.00535086
    TensorFlow人工智能社区

  • 相关阅读:
    HDU 4460 Friend Chains 第37届ACM/ICPC杭州赛区题目 (bfs求最短路,求两两之间最短路的最大值)
    HDU 4445 Crazy Tank (简单物理题,枚举)
    HDU 4433 locker 第37届ACM/ICPC 天津赛区现场赛C题(DP)
    JQuery 3级级联,3级联动,3级连动
    C++异常处理
    C++ Template
    学会用core dump调试程序错误(转)
    C++命名规则
    vim实用配置(转)
    GDB多进程调试(转)
  • 原文地址:https://www.cnblogs.com/mtcnn/p/9410024.html
Copyright © 2011-2022 走看看