Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/quantization/wrapq/wrappers/nn/test_quant_conv3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
from tico.quantization.wrapq.wrappers.nn.quant_conv3d import QuantConv3d


@unittest.skip(
"This test is skipped becuse QuantConv3d is not currently used to wrap Conv3d"
)
class TestQuantConv3d(unittest.TestCase):
def setUp(self):
torch.manual_seed(0)
Expand Down
Loading