Слияние кода завершено, страница обновится автоматически
Я создал граф с 1867 узлами и 3184 рёбрами. При выполнении graph.indegree() возникла ошибка IndexError: (OutOfRange) The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than 1867, but received 2675
[Hint: Expected index_val < max_index, but received index_val:2675 >= max_index:1867.] (at ..\paddle/phi/kernels/funcs/scatter.h:206)