<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://hemu0626.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://hemu0626.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-08-28T08:07:41+00:00</updated><id>https://hemu0626.github.io/feed.xml</id><title type="html">Mu He</title><subtitle>Academic homepage of Mu He, Assistant Professor at Xi&apos;an Jiaotong-Liverpool University (XJTLU). Research interests: statistics, survival analysis, and One Health. </subtitle><entry><title type="html">A new homepage</title><link href="https://hemu0626.github.io/blog/2026/new-homepage/" rel="alternate" type="text/html" title="A new homepage"/><published>2026-08-28T01:00:00+00:00</published><updated>2026-08-28T01:00:00+00:00</updated><id>https://hemu0626.github.io/blog/2026/new-homepage</id><content type="html" xml:base="https://hemu0626.github.io/blog/2026/new-homepage/"><![CDATA[<p>The homepage has been rebuilt with <a href="https://github.com/alshedivat/al-folio">al-folio</a>, a modern academic theme for Jekyll, and is now served from this repository. Publications, teaching, projects, and news pages have been migrated from the previous R Markdown site.</p>]]></content><author><name></name></author><category term="misc"/><summary type="html"><![CDATA[The homepage has been rebuilt with al-folio.]]></summary></entry><entry><title type="html">Memo KataGo</title><link href="https://hemu0626.github.io/blog/2024/katago-memo/" rel="alternate" type="text/html" title="Memo KataGo"/><published>2024-08-22T00:00:00+00:00</published><updated>2024-08-22T00:00:00+00:00</updated><id>https://hemu0626.github.io/blog/2024/katago-memo</id><content type="html" xml:base="https://hemu0626.github.io/blog/2024/katago-memo/"><![CDATA[<h4 id="attempt-to-reproduce-the-code">Attempt to reproduce the code</h4> <p><a href="https://katagotraining.org/">https://katagotraining.org/</a></p> <h4 id="installation">Installation</h4> <div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>py <span class="nt">-m</span> pip <span class="nb">install</span> <span class="nt">-U</span> katrain
py <span class="nt">-m</span> katrain
</code></pre></div></div> <h4 id="code-clone">Code Clone</h4> <div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/lightvector/KataGo.git

<span class="nb">cd </span>KataGo

nano src/main.cpp  <span class="c"># check main.cpp</span>
</code></pre></div></div> <h4 id="check-main">Check Main</h4> <div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kn">import</span> <span class="n">os</span>
<span class="n">os</span><span class="p">.</span><span class="nf">system</span><span class="p">(</span><span class="sh">"</span><span class="s">nano src/main.cpp</span><span class="sh">"</span><span class="p">)</span>
</code></pre></div></div>]]></content><author><name></name></author><category term="Go"/><category term="Code"/><category term="memo"/><summary type="html"><![CDATA[Notes on reproducing the KataGo training setup.]]></summary></entry></feed>