Commit 9499011f authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 383679175
parent ee5693ce
......@@ -415,7 +415,8 @@ class SimCLRFinetuneTask(base_task.Task):
backbone = backbones.factory.build_backbone(
input_specs=input_specs,
model_config=model_config,
backbone_config=model_config.backbone,
norm_activation_config=model_config.norm_activation,
l2_regularizer=l2_regularizer)
norm_activation_config = model_config.norm_activation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment