You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Block Sparsity can only be used for layers which have 2-dimensional weights. I checked the source code and saw this comment: # TODO(pulkitb): Check if squeeze operations should now be removed since we are only accepting 2-D weights.
How is pruning going to work with pointwise convolutional layers of format 1x1xiCxoC if block sparsity is only supported for 2D tensors?
The text was updated successfully, but these errors were encountered:
ValueError: Block Sparsity can only be used for layers which have 2-dimensional weights. I checked the source code and saw this comment:
# TODO(pulkitb): Check if squeeze operations should now be removed since we are only accepting 2-D weights.
How is pruning going to work with pointwise convolutional layers of format 1x1xiCxoC if block sparsity is only supported for 2D tensors?
The text was updated successfully, but these errors were encountered: