Skip to content

Commit 327a3f5

Browse files
committed
Fixed SSVEP yaml file
1 parent cead130 commit 327a3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/MOABB/hparams/SSVEP/Lee2019_SSVEP/EEGNet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ dense_max_norm: 0.25 # kernel max-norm constaint of the dense layer
168168
dropout: 0.2662 # @orion_step1: --dropout~"uniform(0.0, 0.5)"
169169
activation_type: 'elu'
170170

171-
model: !new:speechbrain.lobes.models.EEGNet.EEGNet
171+
model: !new:models.EEGNet.EEGNet
172172
input_shape: !ref <input_shape>
173173
cnn_temporal_kernels: !ref <cnn_temporal_kernels>
174174
cnn_temporal_kernelsize: [!ref <cnn_temporal_kernelsize>, 1]

0 commit comments

Comments
 (0)