speechbrain / benchmarks

This repository contains the SpeechBrain Benchmarks
Apache License 2.0
96 stars 36 forks source link

Refactor MOABB train.py to provide easier access to prepared dataset iterators #26

Closed Drew-Wagner closed 7 months ago

Drew-Wagner commented 7 months ago

It is sometimes useful to inspect the prepared datasets or the instantiated model in a Jupyter notebook.

In order to facilitate this use case, I have refactored the MOABB/train.py file in order to make it easy to import the code which loads the hparams file and prepares the datasets.

Breaking Changes:

Added Dependencies:

mravanelli commented 7 months ago

Thank you @Drew-Wagner for this contribution. I tested it and everything works as expected.