braindecode.models.EEGResNet#
- class braindecode.models.EEGResNet(in_chans, n_classes, input_window_samples, final_pool_length, n_first_filters, n_layers_per_block=2, first_filter_length=3, nonlinearity=<function elu>, split_first_layer=True, batch_norm_alpha=0.1, batch_norm_epsilon=0.0001, conv_weight_init_fn=<function EEGResNet.<lambda>>)[source]#
Residual Network for EEG.
XXX missing reference
- Parameters
in_chans (int) – XXX