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 b6add3c commit 12adf91Copy full SHA for 12adf91
paxml/tasks_lib.py
@@ -1787,7 +1787,7 @@ def _apply_init_checkpoint_rule(
1787
)
1788
# Initialize with a dummy seed
1789
var_weight_hparams = ckpt_task.model.abstract_init_with_metadata(
1790
- inputs_shape_dtype, mutable=DEFAULT_INIT_MUTABLE_LIST)
+ inputs_shape_dtype, extra_mutable_list=DEFAULT_INIT_MUTABLE_LIST)
1791
ckpt_train_state = ckpt_task.create_train_state_padded_shapes(
1792
var_weight_hparams)
1793
train_state_pspecs = ckpt_task.create_train_state_partition_specs(
0 commit comments