Skip to content

Commit

Permalink
added source
Browse files Browse the repository at this point in the history
  • Loading branch information
anp-scp committed Apr 18, 2024
1 parent 67c2093 commit 7e00653
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions docs/fast_bci.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<h2>Contents</h2>
<ul>
<li><a href="#fast-bci">Fast BCI</a></li>
<li><a href="#abstract">Abstract</a></li>
<li><a href="#setup">Setup</a>
<ul>
Expand All @@ -30,7 +31,7 @@ <h2>Contents</h2>
<li><a href="#experiments">Experiments</a></li>
<li><a href="#checkpoints">Checkpoints</a></li>
</ul></li>
<li><a href="#api-docs">API docs</a></li>
<li><a href="#api-docs">API Docs</a></li>
</ul>


Expand All @@ -49,10 +50,14 @@ <h2>Contents</h2>
<h1 class="modulename">
fast_bci </h1>

<div class="docstring"><p>Pytorch code for the paper <code>Evaluating Fast Adaptability of Neural Networksfor Brain-Computer Interface</code> [Accepted in IJCNN 24].</p>
<div class="docstring"><h1 id="fast-bci">Fast BCI</h1>

<p>Pytorch code for the paper <code>Evaluating Fast Adaptability of Neural Networksfor Brain-Computer Interface</code> [Accepted in IJCNN 24].</p>

<p>Open <code>docs/index.html</code> in a browser for web based documentation.</p>

<p>Source: <a href="https://github.com/anp-scp/fast_bci">https://github.com/anp-scp/fast_bci</a></p>

<h1 id="abstract">Abstract</h1>

<div style="text-align: justify">
Expand Down Expand Up @@ -288,11 +293,11 @@ <h2 id="checkpoints">Checkpoints</h2>

<p><a href="https://iitgnacin-my.sharepoint.com/:f:/g/personal/22210006_iitgn_ac_in/Ej3LKfNH315FvCgHDBKIUtQBd4CJ2VvdM8x8YioWlD9YBA?e=FyTM0M">Click here for checkpoints</a></p>

<h1 id="api-docs">API docs</h1>
<h1 id="api-docs">API Docs</h1>

<ol>
<li>Metalearning - <a href="metalearning/index.html">Link</a></li>
<li>Baseline - <a href="baseline/index.html">Link</a></li>
<li><a href="metalearning/index.html">Metalearning</a></li>
<li><a href="baseline/index.html">Baseline</a></li>
</ol>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

0 comments on commit 7e00653

Please sign in to comment.