Skip to content

Commit

Permalink
Revert "[LPT] GroupConvolution: 3D tensor support (#8401)" (#8664)
Browse files Browse the repository at this point in the history
This reverts commit 2fc4856.
  • Loading branch information
eshoguli committed Nov 18, 2021
1 parent 60d2643 commit 754925b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bool WeightableLayerTransformation::canBeTransformed(const TransformationContext
}

const auto rankVal = rank.get_length();
if ((rankVal < 3) && (rankVal > 5)) {
if ((rankVal != 4) && (rankVal != 5)) {
return false;
}
}
Expand Down

0 comments on commit 754925b

Please sign in to comment.