We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c4b1d commit f0f83fdCopy full SHA for f0f83fd
keras_hub/src/models/gemma/gemma_backbone.py
@@ -114,7 +114,6 @@ def __init__(
114
scale=1.0,
115
mode="fan_in",
116
distribution="untruncated_normal",
117
- seed=None,
118
),
119
dtype=dtype,
120
logit_soft_cap=final_logit_soft_cap,
keras_hub/src/models/gemma3/gemma3_backbone.py
@@ -210,7 +210,6 @@ def __init__(
210
211
212
213
214
215
216
0 commit comments