spconv
spconv copied to clipboard
mnist_net_transform.py is not working
Trying to run mnist_net_transform.py, but I get following assert error:
_lower_to_native_backend.py", line 606, in _lower_static_weighted_ref_module
assert(len(ref_node.args) == 1)
AssertionError
mnist_int8_dev.py has similar error .. Do you know the reason for this ?
@akjt , I meet the same issue, have you solved it ?