Skip to content

Commit 3e59f48

Browse files
committed
1 parent a0d1f7c commit 3e59f48

File tree

125 files changed

+4392
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+4392
-351
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading

master/_modules/braindecode/models/eeginception.html

Lines changed: 668 additions & 0 deletions
Large diffs are not rendered by default.

master/_modules/braindecode/models/eegitnet.html

Lines changed: 589 additions & 0 deletions
Large diffs are not rendered by default.

master/_modules/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ <h1>All modules for which code is available</h1>
340340
<li><a href="braindecode/datasets/xy.html">braindecode.datasets.xy</a></li>
341341
<li><a href="braindecode/datautil/serialization.html">braindecode.datautil.serialization</a></li>
342342
<li><a href="braindecode/models/deep4.html">braindecode.models.deep4</a></li>
343+
<li><a href="braindecode/models/eeginception.html">braindecode.models.eeginception</a></li>
344+
<li><a href="braindecode/models/eegitnet.html">braindecode.models.eegitnet</a></li>
343345
<li><a href="braindecode/models/eegnet.html">braindecode.models.eegnet</a></li>
344346
<li><a href="braindecode/models/eegresnet.html">braindecode.models.eegresnet</a></li>
345347
<li><a href="braindecode/models/hybrid.html">braindecode.models.hybrid</a></li>

master/api.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,16 @@
339339
braindecode.models.Deep4Net
340340
</a>
341341
</li>
342+
<li class="toctree-l1">
343+
<a class="reference internal" href="generated/braindecode.models.EEGInception.html">
344+
braindecode.models.EEGInception
345+
</a>
346+
</li>
347+
<li class="toctree-l1">
348+
<a class="reference internal" href="generated/braindecode.models.EEGITNet.html">
349+
braindecode.models.EEGITNet
350+
</a>
351+
</li>
342352
<li class="toctree-l1">
343353
<a class="reference internal" href="generated/braindecode.models.EEGNetv1.html">
344354
braindecode.models.EEGNetv1
@@ -868,6 +878,12 @@ <h2><a class="toc-backref" href="#id8">Models</a><a class="headerlink" href="#mo
868878
<tr class="row-even"><td><p><a class="reference internal" href="generated/braindecode.models.Deep4Net.html#braindecode.models.Deep4Net" title="braindecode.models.Deep4Net"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Deep4Net</span></code></a>(in_chans, n_classes, ...[, ...])</p></td>
869879
<td><p>Deep ConvNet model from Schirrmeister et al 2017.</p></td>
870880
</tr>
881+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/braindecode.models.EEGInception.html#braindecode.models.EEGInception" title="braindecode.models.EEGInception"><code class="xref py py-obj docutils literal notranslate"><span class="pre">EEGInception</span></code></a>(in_channels, n_classes[, ...])</p></td>
882+
<td><p>EEG Inception.</p></td>
883+
</tr>
884+
<tr class="row-even"><td><p><a class="reference internal" href="generated/braindecode.models.EEGITNet.html#braindecode.models.EEGITNet" title="braindecode.models.EEGITNet"><code class="xref py py-obj docutils literal notranslate"><span class="pre">EEGITNet</span></code></a>(n_classes, in_channels, ...[, ...])</p></td>
885+
<td><p>EEG-ITNet: An Explainable Inception Temporal</p></td>
886+
</tr>
871887
<tr class="row-odd"><td><p><a class="reference internal" href="generated/braindecode.models.EEGNetv1.html#braindecode.models.EEGNetv1" title="braindecode.models.EEGNetv1"><code class="xref py py-obj docutils literal notranslate"><span class="pre">EEGNetv1</span></code></a>(in_chans, n_classes[, ...])</p></td>
872888
<td><p>EEGNet model from Lawhern et al. 2016.</p></td>
873889
</tr>

master/auto_examples/plot_bcic_iv_2a_moabb_cropped.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/usr/share/miniconda/envs/braindecode/lib/python3.7/site-packages/sklearn/utils/deprecation.py:87: FutureWarning: Function scale is deprecated; will be removed in 0.7.0. Use numpy.multiply instead.
465465
warnings.warn(msg, category=FutureWarning)
466466

467-
&lt;braindecode.datasets.moabb.MOABBDataset object at 0x7efe34a95c10&gt;
467+
&lt;braindecode.datasets.moabb.MOABBDataset object at 0x7fa694a5e450&gt;
468468
</pre></div>
469469
</div>
470470
<section id="create-model-and-compute-windowing-parameters">
@@ -633,10 +633,10 @@ <h2>Split the dataset<a class="headerlink" href="#split-the-dataset" title="Perm
633633
warnings.warn(warning_msg, SkorchWarning)
634634
epoch train_accuracy train_loss valid_accuracy valid_loss lr dur
635635
------- ---------------- ------------ ---------------- ------------ ------ -------
636-
1 0.2500 1.4486 0.2500 5.4386 0.0006 20.5837
637-
2 0.2569 1.2315 0.2500 3.6824 0.0005 20.4518
638-
3 0.3958 1.1476 0.3611 2.2702 0.0002 20.4560
639-
4 0.4340 1.1225 0.4410 1.4375 0.0000 20.5060
636+
1 0.2500 1.4486 0.2500 5.4386 0.0006 20.6739
637+
2 0.2569 1.2315 0.2500 3.6824 0.0005 20.4192
638+
3 0.3958 1.1476 0.3611 2.2702 0.0002 20.4408
639+
4 0.4340 1.1225 0.4410 1.4375 0.0000 20.4159
640640

641641
&lt;class &#39;braindecode.classifier.EEGClassifier&#39;&gt;[initialized](
642642
module_=ShallowFBCSPNet(
@@ -733,8 +733,8 @@ <h2>Plot Confusion Matrix<a class="headerlink" href="#plot-confusion-matrix" tit
733733
<img src="../_images/sphx_glr_plot_bcic_iv_2a_moabb_cropped_002.png" srcset="../_images/sphx_glr_plot_bcic_iv_2a_moabb_cropped_002.png" alt="plot bcic iv 2a moabb cropped" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Figure size 800x550 with 1 Axes&gt;
734734
</pre></div>
735735
</div>
736-
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes 54.533 seconds)</p>
737-
<p><strong>Estimated memory usage:</strong> 1267 MB</p>
736+
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 1 minutes 54.659 seconds)</p>
737+
<p><strong>Estimated memory usage:</strong> 1306 MB</p>
738738
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-plot-bcic-iv-2a-moabb-cropped-py">
739739
<div class="sphx-glr-download sphx-glr-download-python docutils container">
740740
<p><a class="reference download internal" download="" href="../_downloads/995f58ef1b3d29dce64caee24e5bf457/plot_bcic_iv_2a_moabb_cropped.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_bcic_iv_2a_moabb_cropped.py</span></code></a></p>

master/auto_examples/plot_bcic_iv_2a_moabb_trial.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ <h3>Preprocessing<a class="headerlink" href="#preprocessing" title="Permalink to
434434
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>/usr/share/miniconda/envs/braindecode/lib/python3.7/site-packages/sklearn/utils/deprecation.py:87: FutureWarning: Function scale is deprecated; will be removed in 0.7.0. Use numpy.multiply instead.
435435
warnings.warn(msg, category=FutureWarning)
436436

437-
&lt;braindecode.datasets.moabb.MOABBDataset object at 0x7efe5a007290&gt;
437+
&lt;braindecode.datasets.moabb.MOABBDataset object at 0x7fa6878927d0&gt;
438438
</pre></div>
439439
</div>
440440
</section>
@@ -567,10 +567,10 @@ <h2>Training<a class="headerlink" href="#training" title="Permalink to this head
567567
</div>
568568
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span> epoch train_accuracy train_loss valid_accuracy valid_loss lr dur
569569
------- ---------------- ------------ ---------------- ------------ ------ ------
570-
1 0.2604 1.6159 0.2465 5.6117 0.0006 8.4881
571-
2 0.2535 1.2103 0.2535 6.3208 0.0005 8.1102
572-
3 0.2535 1.0746 0.2535 5.2375 0.0002 8.0541
573-
4 0.2674 1.0589 0.2535 3.9899 0.0000 8.0702
570+
1 0.2604 1.6159 0.2465 5.6117 0.0006 8.2893
571+
2 0.2535 1.2103 0.2535 6.3208 0.0005 8.1284
572+
3 0.2535 1.0746 0.2535 5.2375 0.0002 8.0542
573+
4 0.2674 1.0589 0.2535 3.9899 0.0000 8.0157
574574

575575
&lt;class &#39;braindecode.classifier.EEGClassifier&#39;&gt;[initialized](
576576
module_=ShallowFBCSPNet(
@@ -661,8 +661,8 @@ <h2>Plot Confusion Matrix<a class="headerlink" href="#plot-confusion-matrix" tit
661661
<img src="../_images/sphx_glr_plot_bcic_iv_2a_moabb_trial_002.png" srcset="../_images/sphx_glr_plot_bcic_iv_2a_moabb_trial_002.png" alt="plot bcic iv 2a moabb trial" class = "sphx-glr-single-img"/><div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Figure size 800x550 with 1 Axes&gt;
662662
</pre></div>
663663
</div>
664-
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 50.285 seconds)</p>
665-
<p><strong>Estimated memory usage:</strong> 1165 MB</p>
664+
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 50.061 seconds)</p>
665+
<p><strong>Estimated memory usage:</strong> 1102 MB</p>
666666
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-plot-bcic-iv-2a-moabb-trial-py">
667667
<div class="sphx-glr-download sphx-glr-download-python docutils container">
668668
<p><a class="reference download internal" download="" href="../_downloads/475edf2d5ed60b15717de3100f3551a5/plot_bcic_iv_2a_moabb_trial.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_bcic_iv_2a_moabb_trial.py</span></code></a></p>

0 commit comments

Comments
 (0)