|
|
|
|
|
by Evidlo
605 days ago
|
|
I have a non-ML question. In vanilla Pytorch I have the following expression: t.sum(values[inds] * weights)
If 'inds' is int8, I get "IndexError: tensors used as indices must be long, int, byte or bool tensors".Is this still true if I use torchao? |
|