update readme

gh-pages
KaiyangZhou 2019-12-19 10:19:17 +00:00
parent 9333881f19
commit 8651dfeba1
2 changed files with 3 additions and 2 deletions

View File

@ -195,7 +195,8 @@
<div class="section" id="what-s-new">
<h2>Whats new<a class="headerlink" href="#what-s-new" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>[Nov 19] <code class="docutils literal notranslate"><span class="pre">ImageDataManager</span></code> can load training data from target datasets by setting <code class="docutils literal notranslate"><span class="pre">load_train_targets=True</span></code>, and the train-loader can be accessed with <code class="docutils literal notranslate"><span class="pre">train_loader_t</span> <span class="pre">=</span> <span class="pre">datamanager.train_loader_t</span></code>. This feature is useful for domain adaptation research.</p></li>
<li><p>[Dec 2019] Our <a class="reference external" href="https://arxiv.org/pdf/1905.00953v6.pdf">OSNet paper</a> has been updated, with additional experiments (in section B of the supplementary) showing some useful techniques for improving OSNets performance in practice.</p></li>
<li><p>[Nov 2019] <code class="docutils literal notranslate"><span class="pre">ImageDataManager</span></code> can load training data from target datasets by setting <code class="docutils literal notranslate"><span class="pre">load_train_targets=True</span></code>, and the train-loader can be accessed with <code class="docutils literal notranslate"><span class="pre">train_loader_t</span> <span class="pre">=</span> <span class="pre">datamanager.train_loader_t</span></code>. This feature is useful for domain adaptation research.</p></li>
</ul>
</div>
<div class="section" id="installation">

File diff suppressed because one or more lines are too long