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 3913238 commit baac0a4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@ def __call__(self,
inputs, input_paddings, train)

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

Expand Down

0 comments on commit baac0a4

Please sign in to comment.