You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computing Graph Laplacians .. L is : [] Traceback (most recent call last): File "main.py", line 96, in <module> 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
#28
Open
wuxiaolianggit opened this issue
May 11, 2020
· 0 comments
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
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
The text was updated successfully, but these errors were encountered: