Tantalus13A98B5F commented on a change in pull request #8605:
URL: https://github.com/apache/tvm/pull/8605#discussion_r681882640



##########
File path: python/tvm/relay/analysis/sparse_conv2d.py
##########
@@ -108,19 +112,28 @@ def process_params(expr, params, block_size, 
sparsity_threshold, layout):
                 )
             else:
                 sparse_weight_data = sparse_weight.data
+        elif weight_kernel[0] == kernel_size == 3 and layout == "NHWC":

Review comment:
       Sorry to miss NCHW support, will be added in a later commit. In our 
current testing pipeline we don't use this to convert our models, though.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to