Skip to content

Commit 659aff6

Browse files
authored
Merge pull request #3 from sascha-kirch/1-before-making-public
address pre-release issues
2 parents 66dfdc8 + 000f913 commit 659aff6

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
**Authors:** <br>
44
[Sascha Kirch](https://sascha-kirch.github.io/), [José Ignacio Olalde-Verano](https://orcid.org/0000-0001-8058-156X) , [Sergio Martín](https://orcid.org/0000-0002-4118-0234) & [Clara Pérez-Molina](https://orcid.org/0000-0001-8260-4155)
55

6-
[[`Paper`]( )] [[`BibTex`](#black_nib-citation)]
6+
[[`Paper`](https://arxiv.org/abs/2411.00233)] [[`BibTex`](#black_nib-citation)]
77

8-
Oficial code base of our paper: **[SambaMixer: State of Health Prediction of Li-ion Batteries using Mamba State Space Models]( )**.
8+
Oficial code base of our paper: **[SambaMixer: State of Health Prediction of Li-ion Batteries using Mamba State Space Models](https://arxiv.org/abs/2411.00233)**.
99

1010
## :bulb: Contribution
1111
1) Introducing **Mamba state space models** to the problem of **Li-Ion battery SOH prediction**.
@@ -14,7 +14,7 @@ Oficial code base of our paper: **[SambaMixer: State of Health Prediction of Li-
1414

1515
## :fire: News
1616
- **`2024/11/04`**: Code is available Now!
17-
- **`2024/11/04`**: We release our [pre-print]( ) on arxiv.
17+
- **`2024/11/04`**: We release our [pre-print](https://arxiv.org/abs/2411.00233) on arxiv.
1818

1919
## :star: Framework
2020
<img src="media/architecture.png" alt="SambaMixer Architecture" width="800%">
@@ -177,16 +177,14 @@ You can delete the build files of `./third_party_packages/mamba/build` and `./th
177177
If you find our work helpful for your research, please consider citing the following BibTeX entry.
178178

179179
```bibtex
180-
@article{kirch_rgb-d-fusion_2023,
181-
title = {RGB-D-Fusion: Image Conditioned Depth Diffusion of Humanoid Subjects},
182-
author = {Kirch, Sascha and Olyunina, Valeria and Ondřej, Jan and Pagés, Rafael and Martín, Sergio and Pérez-Molina, Clara},
183-
journal = {IEEE Access},
184-
year = {2023},
185-
volume = {11},
186-
issn = {2169-3536},
187-
doi = {10.1109/ACCESS.2023.3312017},
188-
pages = {99111--99129},
189-
url = {https://ieeexplore.ieee.org/document/10239167},
180+
@misc{olalde_kirch_2024_sambamixer,
181+
title={SambaMixer: State of Health Prediction of Li-ion Batteries using Mamba State Space Models},
182+
author={José Ignacio Olalde-Verano and Sascha Kirch and Clara Pérez-Molina and Sergio Martin},
183+
year={2024},
184+
eprint={2411.00233},
185+
archivePrefix={arXiv},
186+
primaryClass={cs.LG},
187+
url={https://arxiv.org/abs/2411.00233},
190188
}
191189
192190
```

samba_mixer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)