This PR fixes a few minor things so that we can train and evaluate deep learning models on TUAB. I rebased on #20 to include @gemeinl's latest changes.
Some important points:
I couldn't get the script to run with n_jobs>1 and preload=False at the same time. It seems one of the processes suddenly has trouble reshaping windows when loading them.
I changed the default batch size to 256, as this made training a bit faster.
This PR fixes a few minor things so that we can train and evaluate deep learning models on TUAB. I rebased on #20 to include @gemeinl's latest changes.
Some important points:
n_jobs>1
andpreload=False
at the same time. It seems one of the processes suddenly has trouble reshaping windows when loading them.