Skip to content

Commit e8fbc2a

Browse files
authored
Fix merging conflict resolution mistakes
1 parent 8b6c3d2 commit e8fbc2a

File tree

2 files changed

+2
-192
lines changed

2 files changed

+2
-192
lines changed

captum/optim/_utils/circuits.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def extract_expanded_weights(
3030
specified for target2.
3131
target2 (nn.Module): The end target layer. Must be above the layer
3232
specified for target1.
33-
crop_shape (int or tuple of ints, optional): Specify the exact output size
34-
to crop out.
33+
crop_shape (int or tuple of ints, optional): Specify the output weight
34+
size to enter crop away padding.
3535
model_input (tensor or tuple of tensors, optional): The input to use
3636
with the specified model.
3737
crop_func (Callable, optional): Specify a function to crop away the padding

captum/optim/_utils/models.py

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)