Skip to content

Commit abfaf34

Browse files
committed
Adjust init
1 parent 2b53aae commit abfaf34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gbmi/exp_modular_arithmetic/train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def log_softmax(self, x: Tensor, **kwargs) -> Tensor:
192192
p=113,
193193
training_ratio=0.8,
194194
logging_options=ModelMatrixLoggingOptions.none(),
195+
init_mode="kaiming_uniform",
195196
),
196197
seed=0,
197198
deterministic=False,

0 commit comments

Comments
 (0)