Closed muehlbauer-cubert closed 4 months ago
When calling Graph.forward(X) TypeError: 'NoneType' object is not iterable
problem is in graph.py line 148 "x,y,m in zip(xs, ys, M):" ys and M are None
Fixed in https://github.com/cubert-hyperspectral/cuvis.ai/pull/30
When calling Graph.forward(X) TypeError: 'NoneType' object is not iterable
problem is in graph.py line 148 "x,y,m in zip(xs, ys, M):" ys and M are None