Skip to content

Commit 4d5e947

Browse files
committed
adding masking_strategy: to config
1 parent 4c80c13 commit 4d5e947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ masking_rate_sampling: True
7878
# sample a subset of all target points, useful e.g. to reduce memory requirements
7979
sampling_rate_target: 1.0
8080
# include a masking strategy here, currently only supporting "random" and "block"
81-
masking_strategy: "block"
81+
masking_strategy: "random"
8282

8383
num_epochs: 24
8484
samples_per_epoch: 4096

0 commit comments

Comments
 (0)