Skip to content

Commit 86b3446

Browse files
committed
change defaults
1 parent 21de5ce commit 86b3446

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

olmoearth_pretrain/train/masking.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ def __init__(
14981498
self,
14991499
encode_ratio: float = 0.5,
15001500
decode_ratio: float = 0.5,
1501-
allow_encoding_decoding_same_bandset: bool = False,
1501+
allow_encoding_decoding_same_bandset: bool = True,
15021502
min_encoded_bandsets: int = 2,
15031503
max_encoded_bandsets: int | None = None,
15041504
min_decoded_bandsets: int | None = None,
@@ -1537,7 +1537,7 @@ def __init__(
15371537
self,
15381538
encode_ratio: float = 0.5,
15391539
decode_ratio: float = 0.5,
1540-
allow_encoding_decoding_same_bandset: bool = False,
1540+
allow_encoding_decoding_same_bandset: bool = True,
15411541
min_encoded_bandsets: int = 2,
15421542
max_encoded_bandsets: int | None = None,
15431543
min_decoded_bandsets: int | None = None,
@@ -1573,7 +1573,7 @@ def __init__(
15731573
self,
15741574
encode_ratio: float = 0.5,
15751575
decode_ratio: float = 0.5,
1576-
allow_encoding_decoding_same_bandset: bool = False,
1576+
allow_encoding_decoding_same_bandset: bool = True,
15771577
min_encoded_bandsets: int = 2,
15781578
max_encoded_bandsets: int | None = None,
15791579
min_decoded_bandsets: int | None = None,
@@ -1695,7 +1695,7 @@ def __init__(
16951695
self,
16961696
encode_ratio: float = 0.5,
16971697
decode_ratio: float = 0.5,
1698-
allow_encoding_decoding_same_bandset: bool = False,
1698+
allow_encoding_decoding_same_bandset: bool = True,
16991699
min_encoded_bandsets: int = 2,
17001700
max_encoded_bandsets: int | None = None,
17011701
min_decoded_bandsets: int | None = None,

0 commit comments

Comments
 (0)