Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 17, 2024
1 parent 7ca8365 commit 3913238
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,12 @@ def __call__(self,
inputs, input_paddings, train)

inputs = inputs + \
ConvolutionBlock(config)(inputs, input_paddings, train, update_batch_norm, use_running_average)
ConvolutionBlock(config)(inputs,
input_paddings,
train,
update_batch_norm,
use_running_average
)

inputs = inputs + 0.5 * FeedForwardModule(config=self.config)(
inputs, padding_mask, train)
Expand Down

0 comments on commit 3913238

Please sign in to comment.