zoukankan      html  css  js  c++  java
  • Caffe on Windows (Visual Studio 2015+CUDA8.0+cuDNNv5)

    Title : Caffe (Visual Studio15+CUDA8+cuDNN5+python3.5)
    Author : SURFZJY
    Logo : True

    [TITLE]

    Requirements

    Procedure

       C:Projects> git clone https://github.com/BVLC/caffe.git
    
    • Edit C:Projectscaffescriptsuild_win.cmd:

      • comment line 116 to line 137 (add "::" in the begin of the line)
      • change line 8 and line 73 "set WITH_NINJA=1" to "set WITH_NINJA=0"
    • Executing the following commands in a cmd prompt

      C:Projects> cd caffe
      
      C:Projectscaffe> git checkout windows
      
      C:Projectscaffe> scriptsuild_win.cmd
      

    Using the Python interface

    • add the C:Projectscaffepython folder to your python path
    • copy the C:Projectscaffepythoncaffe folder to your site_packages folder.
  • 相关阅读:
    ubuntu 1804 docker install
    windows shortcut
    gallary
    g++ play
    linux profile
    terminator
    tmux
    ubuntu18
    windows toolkit
    windows terminal CLI
  • 原文地址:https://www.cnblogs.com/surfzjy/p/6636992.html
Copyright © 2011-2022 走看看