Computing Graph Laplacians ..
L is : []
Traceback (most recent call last):
File "main.py", line 96, in
model = models.coma(L=L, D=D, U=U, **params)
File "/home/wuxiaoliang/wuxlprojects/coma/lib/models.py", line 1124, in init
M_0 = L[0].shape[0]
IndexError: list index out of range
excuse me, how can I solve this problem? @anuragranj @TimoBolkart
Computing Graph Laplacians ..
L is : []
Traceback (most recent call last):
File "main.py", line 96, in
model = models.coma(L=L, D=D, U=U, **params)
File "/home/wuxiaoliang/wuxlprojects/coma/lib/models.py", line 1124, in init
M_0 = L[0].shape[0]
IndexError: list index out of range
excuse me, how can I solve this problem? @anuragranj @TimoBolkart