fabric_cn.html 12.0 KB
Newer Older
1 2 3 4 5 6 7 8 9 10


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
11
  <title>使用fabric启动集群训练 &mdash; PaddlePaddle  文档</title>
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
  

  
  

  

  
  
    

  

  
  
    <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
  

  
31

32 33 34 35 36
  
        <link rel="index" title="索引"
              href="../../../genindex.html"/>
        <link rel="search" title="搜索" href="../../../search.html"/>
    <link rel="top" title="PaddlePaddle  文档" href="../../../index.html"/>
37
        <link rel="up" title="在不同集群中运行" href="index_cn.html"/>
38 39
        <link rel="next" title="Kubernetes on AWS" href="k8s_aws_cn.html"/>
        <link rel="prev" title="在OpenMPI集群中启动训练" href="openmpi_cn.html"/> 
40 41 42 43 44 45 46 47

  
  <script src="../../../_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">

48 49 50 51 52 53 54 55 56 57 58 59 60
  <div class="wy-grid-for-nav">

    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">
          

          
            <a href="../../../index_cn.html" class="icon icon-home"> PaddlePaddle
          

          
61 62
          </a>

63 64 65 66 67 68
          
            
            
          

          
69 70 71 72 73 74
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
75
</div>
76 77

          
78 79 80 81 82 83 84 85 86
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
                <ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../../getstarted/index_cn.html">新手入门</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../build_and_install/index_cn.html">安装与编译</a></li>
87
<li class="toctree-l1 current"><a class="reference internal" href="../../index_cn.html">进阶使用</a><ul class="current">
88
<li class="toctree-l2"><a class="reference internal" href="../../cmd_parameter/index_cn.html">命令行参数设置</a></li>
89 90 91 92 93 94
<li class="toctree-l2 current"><a class="reference internal" href="../index_cn.html">分布式训练</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="../preparations_cn.html">环境准备</a></li>
<li class="toctree-l3"><a class="reference internal" href="../cmd_argument_cn.html">启动参数说明</a></li>
<li class="toctree-l3 current"><a class="reference internal" href="index_cn.html">在不同集群中运行</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="k8s_cn.html">Kubernetes单机训练</a></li>
<li class="toctree-l4"><a class="reference internal" href="k8s_distributed_cn.html">Kubernetes分布式训练</a></li>
95
<li class="toctree-l4"><a class="reference internal" href="openmpi_cn.html">在OpenMPI集群中启动训练</a></li>
96
<li class="toctree-l4 current"><a class="current reference internal" href="#">使用fabric启动集群训练</a></li>
97
<li class="toctree-l4"><a class="reference internal" href="k8s_aws_cn.html">Kubernetes on AWS</a></li>
98 99
</ul>
</li>
100 101
</ul>
</li>
102 103
<li class="toctree-l2"><a class="reference internal" href="../../capi/index_cn.html">C-API预测库</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../rnn/index_cn.html">RNN模型</a></li>
104 105 106
<li class="toctree-l2"><a class="reference internal" href="../../optimization/gpu_profiling_cn.html">GPU性能调优</a></li>
</ul>
</li>
107 108
<li class="toctree-l1"><a class="reference internal" href="../../../dev/index_cn.html">开发标准</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../faq/index_cn.html">FAQ</a></li>
109 110
</ul>

111 112 113 114
            
          
        </div>
      </div>
115 116
    </nav>

117
    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
118

119 120 121 122 123
      
      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
        <a href="../../../index_cn.html">PaddlePaddle</a>
      </nav>
124 125


126 127 128 129
      
      <div class="wy-nav-content">
        <div class="rst-content">
          
130

131
 
132 133 134 135 136



<div role="navigation" aria-label="breadcrumbs navigation">
  <ul class="wy-breadcrumbs">
137
    <li><a href="../../../index_cn.html">Docs</a> &raquo;</li>
138
      
139
          <li><a href="../../index_cn.html">进阶使用</a> &raquo;</li>
140
      
141
          <li><a href="../index_cn.html">分布式训练</a> &raquo;</li>
142
      
143
          <li><a href="index_cn.html">在不同集群中运行</a> &raquo;</li>
144 145
      
    <li>使用fabric启动集群训练</li>
146 147 148 149 150 151 152
      <li class="wy-breadcrumbs-aside">
        
          
            <a href="../../../_sources/howto/cluster/multi_cluster/fabric_cn.md.txt" rel="nofollow"> View page source</a>
          
        
      </li>
153
  </ul>
154
  <hr/>
155 156 157 158
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
159 160 161 162 163
  <div class="section" id="fabric">
<span id="fabric"></span><h1>使用fabric启动集群训练<a class="headerlink" href="#fabric" title="永久链接至标题"></a></h1>
<div class="section" id="linux">
<span id="linux"></span><h2>准备一个Linux集群<a class="headerlink" href="#linux" title="永久链接至标题"></a></h2>
<p>可以在<code class="docutils literal"><span class="pre">paddle/scripts/cluster_train_v2/fabric/docker_cluster</span></code>目录下,执行<code class="docutils literal"><span class="pre">kubectl</span> <span class="pre">-f</span> <span class="pre">ssh_servers.yaml</span></code>启动一个测试集群,并使用<code class="docutils literal"><span class="pre">kubectl</span> <span class="pre">get</span> <span class="pre">po</span> <span class="pre">-o</span> <span class="pre">wide</span></code>获得这些节点的IP地址。</p>
164 165
</div>
<div class="section" id="">
166 167 168
<span id="id1"></span><h2>启动集群作业<a class="headerlink" href="#" title="永久链接至标题"></a></h2>
<p><code class="docutils literal"><span class="pre">paddle.py</span></code> 提供了自动化脚本来启动不同节点中的所有 PaddlePaddle 集群进程。默认情况下,所有命令行选项可以设置为 <code class="docutils literal"><span class="pre">paddle.py</span></code> 命令选项并且 <code class="docutils literal"><span class="pre">paddle.py</span></code> 将透明、自动地将这些选项应用到 PaddlePaddle 底层进程。</p>
<p><code class="docutils literal"><span class="pre">paddle.py</span></code> 为方便作业启动提供了两个独特的命令选项。</p>
169
<ul class="simple">
170 171
<li><code class="docutils literal"><span class="pre">job_dispatch_package</span></code>  设为本地 <code class="docutils literal"><span class="pre">workspace</span></code> 目录,它将被分发到 <code class="docutils literal"><span class="pre">conf.py</span></code> 中设置的所有节点。它有助于帮助频繁修改和访问工作区文件的用户减少负担,否则频繁的多节点工作空间部署可能会很麻烦。</li>
<li><code class="docutils literal"><span class="pre">job_workspace</span></code>  设为已部署的工作空间目录,<code class="docutils literal"><span class="pre">paddle.py</span></code> 将跳过分发阶段直接启动所有节点的集群作业。它可以帮助减少分发延迟。</li>
172
</ul>
173 174
<p><code class="docutils literal"><span class="pre">cluster_train/run.sh</span></code> 提供了命令样例来运行 <code class="docutils literal"><span class="pre">doc/howto/usage/cluster/src/word2vec</span></code> 集群任务,只需用您定义的目录修改 <code class="docutils literal"><span class="pre">job_dispatch_package</span></code><code class="docutils literal"><span class="pre">job_workspace</span></code>,然后:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">sh</span> <span class="n">run</span><span class="o">.</span><span class="n">sh</span>
175 176
</pre></div>
</div>
177
<p>集群作业将会在几秒后启动。</p>
178
</div>
179 180 181
<div class="section" id="">
<span id="id2"></span><h2>终止集群作业<a class="headerlink" href="#" title="永久链接至标题"></a></h2>
<p><code class="docutils literal"><span class="pre">paddle.py</span></code>能获取<code class="docutils literal"><span class="pre">Ctrl</span> <span class="pre">+</span> <span class="pre">C</span></code> SIGINT 信号来自动终止它启动的所有进程。只需中断 <code class="docutils literal"><span class="pre">paddle.py</span></code> 任务来终止集群作业。如果程序崩溃你也可以手动终止。</p>
182
</div>
183 184 185 186 187 188 189 190 191 192 193
<div class="section" id="">
<span id="id3"></span><h2>检查集群训练结果<a class="headerlink" href="#" title="永久链接至标题"></a></h2>
<p>详细信息请检查 $workspace/log 里的日志,每一个节点都有相同的日志结构。</p>
<p><code class="docutils literal"><span class="pre">paddle_trainer.INFO</span></code>
提供几乎所有训练的内部输出日志,与本地训练相同。这里检验运行时间模型的收敛。</p>
<p><code class="docutils literal"><span class="pre">paddle_pserver2.INFO</span></code>
提供 pserver 运行日志,有助于诊断分布式错误。</p>
<p><code class="docutils literal"><span class="pre">server.log</span></code>
提供 parameter server 进程的 stderr 和 stdout。训练失败时可以检查错误日志。</p>
<p><code class="docutils literal"><span class="pre">train.log</span></code>
提供训练过程的 stderr 和 stdout。训练失败时可以检查错误日志。</p>
194
</div>
195 196 197 198
<div class="section" id="">
<span id="id4"></span><h2>检查模型输出<a class="headerlink" href="#" title="永久链接至标题"></a></h2>
<p>运行完成后,模型文件将被写入节点 0 的 <code class="docutils literal"><span class="pre">output</span></code> 目录中。
工作空间中的 <code class="docutils literal"><span class="pre">nodefile</span></code> 表示当前集群作业的节点 ID。</p>
199
</div>
200 201 202 203 204 205 206 207 208
</div>


           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
209
        <a href="k8s_aws_cn.html" class="btn btn-neutral float-right" title="Kubernetes on AWS" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
210 211
      
      
212
        <a href="openmpi_cn.html" class="btn btn-neutral" title="在OpenMPI集群中启动训练" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2016, PaddlePaddle developers.

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
            URL_ROOT:'../../../',
            VERSION:'',
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
246
            HAS_SOURCE:  true
247 248 249 250 251 252
        };
    </script>
      <script type="text/javascript" src="../../../_static/jquery.js"></script>
      <script type="text/javascript" src="../../../_static/underscore.js"></script>
      <script type="text/javascript" src="../../../_static/doctools.js"></script>
      <script type="text/javascript" src="../../../_static/translations.js"></script>
253
      <script type="text/javascript" src="https://cdn.bootcss.com/mathjax/2.7.0/MathJax.js"></script>
254

255 256 257 258 259 260
  

  
  
    <script type="text/javascript" src="../../../_static/js/theme.js"></script>
  
261

262
  
263 264 265 266 267 268 269
  
  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable();
      });
  </script>
   
270 271

</body>
272
</html>