Skip to content

Commit 087fd5c

Browse files
committed
debugging
1 parent baac0a4 commit 087fd5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • algorithmic_efficiency/workloads/librispeech_conformer/librispeech_jax

algorithmic_efficiency/workloads/librispeech_conformer/librispeech_jax/workload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def model_fn(
113113
variables = {'params': params, **model_state}
114114
inputs, input_paddings = augmented_and_preprocessed_input_batch['inputs']
115115
is_train_mode = mode == spec.ForwardPassMode.TRAIN
116+
print(type(use_running_average_bn))
116117
if update_batch_norm or is_train_mode:
117118
(logits, logit_paddings), new_model_state = self._model.apply(
118119
variables,

0 commit comments

Comments
 (0)