Subtraction, the -
operator, with a bool tensor is not supported.
#143
Labels
enhancement
New feature or request
-
operator, with a bool tensor is not supported.
#143
When I try to feed the cheb_conv with SparseTensor, I got the following errors:
Looks like
cheb_conv
does not supportSparseTensor
. Other GNN (e.g. sgc) works fine with mySparseTensor
input. The error is triggered when the variablestart
becomes a bool value though it wasint
in the first few iterations ofremove_self_loops
.The text was updated successfully, but these errors were encountered: