<!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"> <title>dlutils.tf package — dlutils documentation</title> <script type="text/javascript" src="_static/js/modernizr.min.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script src="_static/jquery.js"></script> <script src="_static/underscore.js"></script> <script src="_static/doctools.js"></script> <script src="_static/language_data.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> </head> <body class="wy-body-for-nav"> <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.html" class="icon icon-home"> dlutils </a> <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> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <p class="caption"><span class="caption-text">First steps</span></p> <ul> <li class="toctree-l1"><a class="reference internal" href="readme.html">dlutils</a></li> <li class="toctree-l1"><a class="reference internal" href="batch_provider.html">Batch provider - for parallel batch data processing</a></li> <li class="toctree-l1"><a class="reference internal" href="checkpointer.html">Checkpointer - saving/restoring of model/optimizers/schedulers/custom data</a></li> <li class="toctree-l1"><a class="reference internal" href="run.html">Run - helper for launching distributed parallel training</a></li> <li class="toctree-l1"><a class="reference internal" href="download.html">Download - module for downloading and unpacking files</a></li> <li class="toctree-l1"><a class="reference internal" href="shuffle.html">Shuffle functions for ndarrays.</a></li> <li class="toctree-l1"><a class="reference internal" href="timer.html">Decorator for measuring time</a></li> <li class="toctree-l1"><a class="reference internal" href="epoch.html">Utils for organizing epoch iterations, printing progress, computing average of losses.</a></li> <li class="toctree-l1"><a class="reference internal" href="measures.html">Measures</a></li> <li class="toctree-l1"><a class="reference internal" href="cache.html">Caching decorator</a></li> <li class="toctree-l1"><a class="reference internal" href="async.html">Async decorator</a></li> <li class="toctree-l1"><a class="reference internal" href="block_process_2d.html">Processing a large tensor by chunking</a></li> <li class="toctree-l1"><a class="reference internal" href="reader.html">Readers</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="index.html">dlutils</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="index.html">Docs</a> »</li> <li>dlutils.tf package</li> <li class="wy-breadcrumbs-aside"> <a href="_sources/dlutils.tf.rst.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="dlutils-tf-package"> <h1>dlutils.tf package<a class="headerlink" href="#dlutils-tf-package" title="Permalink to this headline">¶</a></h1> <div class="section" id="submodules"> <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="dlutils-tf-matconvnet2tf-module"> <h2>dlutils.tf.matconvnet2tf module<a class="headerlink" href="#dlutils-tf-matconvnet2tf-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="dlutils-tf-matconvnet2tf-test-module"> <h2>dlutils.tf.matconvnet2tf_test module<a class="headerlink" href="#dlutils-tf-matconvnet2tf-test-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="dlutils-tf-matrix-exponential-module"> <h2>dlutils.tf.matrix_exponential module<a class="headerlink" href="#dlutils-tf-matrix-exponential-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="module-contents"> <h2>Module contents<a class="headerlink" href="#module-contents" title="Permalink to this headline">¶</a></h2> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2019-2020, Stanislav Pidhorskyi </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/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"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>