Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add_audio_transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed May 15, 2024
2 parents 6db78de + e5bd291 commit c1e53dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![contributors](https://img.shields.io/github/contributors-anon/neuromorphs/tonic)](https://github.com/neuromorphs/tonic/pulse)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/neuromorphs/tonic/main?labpath=docs%2Ftutorials)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5079802.svg)](https://doi.org/10.5281/zenodo.5079802)
[![Discord](https://img.shields.io/discord/852094154188259338)](https://discord.gg/V6FHBZURkg)
[![Discord](https://img.shields.io/discord/1044548629622439977)](https://discord.gg/qubbM4uPuA)

**Tonic** is a tool to facilitate the download, manipulation and loading of event-based/spike-based data. It's like PyTorch Vision but for neuromorphic data!

Expand Down
7 changes: 3 additions & 4 deletions docs/getting_involved/communication_channels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ Communication channels

Discord
-------
We would be very happy if you got in touch with us, so please don't hesitate!
The easiest way is to join our Discord channel. There we can reply more or less
instantly. The #tonic channel is part of SynSense's public space along other channels
The easiest way to get in touch with us is to via Discord. There we can reply more or less
instantly. The #tonic channel is part of Open Neuromorphic's public space along other channels
for all things revolving around SNN training.
The link to join is https://discord.gg/V6FHBZURkg.
The link to join is https://discord.gg/qubbM4uPuA

Github
------
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Documentation Status](https://readthedocs.org/projects/tonic/badge/?version=latest)](https://tonic.readthedocs.io/en/latest/?badge=latest)
[![contributors](https://img.shields.io/github/contributors-anon/neuromorphs/tonic)](https://github.com/neuromorphs/tonic/pulse)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5079802.svg)](https://doi.org/10.5281/zenodo.5079802)
[![Discord](https://img.shields.io/discord/1044548629622439977)](https://discord.gg/qubbM4uPuA)

**Download and manipulate neuromorphic datasets fast and easily!**

Expand Down Expand Up @@ -53,4 +54,4 @@ how-tos/how-tos
reading_material/reading_material
getting_involved/getting_involved
about/about
```
```
2 changes: 1 addition & 1 deletion test/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class EBSSATestCase(dataset_utils.DatasetTestCase):
def inject_fake_data(self, tmpdir):
testfolder = os.path.join(tmpdir, "EBSSA")
os.makedirs(testfolder, exist_ok=True)
filename = "A5ooN9edo7TnNPx/download/labelled_ebssa.h5"
filename = "Jpw3Adae5kReMrN/download/labelled_ebssa.h5"
download_url(
url=base_url + filename, root=testfolder, filename="labelled_ebssa.h5"
)
Expand Down

0 comments on commit c1e53dc

Please sign in to comment.