Skip to content

Commit 8f70136

Browse files
committed
Fixed issue with lmda
1 parent 2f0f5f0 commit 8f70136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • recipes/MOABB/hparams/MotorImagery/BNCI2014001

recipes/MOABB/hparams/MotorImagery/BNCI2014001/LMDA.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ cnn_spatial_kernels: 9 # @orion_step1: --cnn_spatial_kernels~"uniform(4, 64,dis
155155

156156
# cnn_depth_attn_kernelsize_ratio from 1 to 4 with a step of 0.5 (1., 1.5, 2.,..., 3.5, 4.)
157157
# ->cnn_depth_attn_kernelsize_ratio_ from 2 to 8 with a step of 1 then / 2
158-
cnn_depth_attn_kernelsize_ratio_: 7 # @orion_step1: --cnn_pool~"uniform(2, 8,discrete=True)"
158+
cnn_depth_attn_kernelsize_ratio_: 7 # @orion_step1: --cnn_depth_attn_kernelsize_ratio_~"uniform(2, 8,discrete=True)"
159159
cnn_depth_attn_kernelsize_ratio: !ref <cnn_depth_attn_kernelsize_ratio_> / 2
160160
cnn_depth_attn_kernelsize: !apply:round
161161
- !ref <cnn_temporal_kernels> / <cnn_depth_attn_kernelsize_ratio> # using the original ratio as in the publication (3.5)

0 commit comments

Comments
 (0)