Closed
Description
📚 The doc issue
i = [[0, 1, 1],
[2, 0, 2]]
v = [3, 4, 5]
s = torch.sparse_coo_tensor(i, v, (2, 3))
s
[2, 0, 2]] in this code has a different color.
May be we should fix pytorch/docs/source
/sparse.rst
Suggest a potential alternative/fix
No response
cc @alexsamardzic @nikitaved @pearu @cpuhrsch @amjames @bhosmer @jcaip @svekars @sekyondaMeta @AlannaBurke