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
Traceback (most recent call last):
File "main.py", line 19, in
File "microMLP.py", line 771, in LearnExamples
IndexError: list index out of range
when I run the example code, "Using MicroMLP to learn the XOr problem (with hyperbolic tangent)".
The RandomFloat() seems to generate an idx that is out of range of the 4 examples supplied.
Not sure what I am doing wrong.
The text was updated successfully, but these errors were encountered:
I get this error;
Traceback (most recent call last):
File "main.py", line 19, in
File "microMLP.py", line 771, in LearnExamples
IndexError: list index out of range
when I run the example code, "Using MicroMLP to learn the XOr problem (with hyperbolic tangent)".
The RandomFloat() seems to generate an idx that is out of range of the 4 examples supplied.
Not sure what I am doing wrong.
The text was updated successfully, but these errors were encountered: