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
When running example.py, just for testing, this happened
GrowingNeuralGas/gng.py", line 83, in fit_network
self.network.node[s_1]['error'] += spatial.distance.euclidean(observation, self.network.node[s_1]['vector'])**2
AttributeError: 'Graph' object has no attribute 'node
The text was updated successfully, but these errors were encountered:
When running example.py, just for testing, this happened
GrowingNeuralGas/gng.py", line 83, in fit_network
self.network.node[s_1]['error'] += spatial.distance.euclidean(observation, self.network.node[s_1]['vector'])**2
AttributeError: 'Graph' object has no attribute 'node
The text was updated successfully, but these errors were encountered: