Closed horsto closed 4 years ago
It is correct in the docstring.
Thanks for bringing this up - I realize that this is an error in that example notebook that we will need to fix. In the example notebook, you can just use np.swapaxes to put the data in the correct format for the SimpleRNNClassification model. This will give you better accuracy than in the current notebook with the error.
Thanks, great.
I have a quick question about the right formatting of input for the decoders.SimpleRNNClassification (and similar classes). In the docstring I read:
But in your usage example notebook (
central_concepts_in_ML_for_decoding.ipynb
) the input X_train is formatted as [n_samples,n_neurons,n_time_bins]. Which one is correct?