braindecode.models.get_output_shape

braindecode.models.get_output_shape(model, in_chans, input_window_samples)

Returns shape of neural network output for batch size equal 1.

Returns
output_shape: tuple

shape of the network output for batch_size==1 (1, …)

Examples using braindecode.models.get_output_shape