We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124bb5 commit c01682eCopy full SHA for c01682e
examples/network_compression/wavelet_linear.py
@@ -73,7 +73,7 @@ def wavelet_analysis(self, x):
73
assert shape_lst == self.coefficient_len_lst[::-1], (
74
"Wavelet shape assumptions false. This is a bug."
75
)
76
- return c_tensor
+ return c_tensor.squeeze(1)
77
78
def wavelet_reconstruction(self, x):
79
"""Reconstruction from a tensor input.
0 commit comments