Skip to content

Commit

Permalink
fix minor typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Ranganath Krishnan <ranganath.krishnan@intel.com>
  • Loading branch information
ranganathkrishnan committed Oct 5, 2021
1 parent 782820a commit 872d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayesian_torch/utils/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def MOPED(model, det_model, det_checkpoint, delta):
for (idx, layer), (det_idx,
det_layer) in zip(enumerate(model.modules()),
enumerate(det_model.modules())):
if (str(layer) == 'Conv1dReparametrization()'
if (str(layer) == 'Conv1dReparameterization()'
or str(layer) == 'Conv2dReparameterization()'
or str(layer) == 'Conv3dReparameterization()'
or str(layer) == 'ConvTranspose1dReparameterization()'
Expand Down

0 comments on commit 872d379

Please sign in to comment.