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
Describe the bug java.lang.IndexOutOfBoundsException occurs when user input more than 11 characters (space included) in the input field.
Affected in both solution and training folder.
👋 @TINGWEIJING
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
Describe the bug
java.lang.IndexOutOfBoundsException
occurs when user input more than 11 characters (space included) in the input field.Affected in both solution and training folder.
Code that causes this error:
cdle-traininglabs/dl4j-labs/src/main/java/ai/certifai/solution/feedforward/detectgender/PredictGenderTest.java
Lines 91 to 94 in 725a6e4
To Reproduce
Steps to reproduce the behavior:
dl4j-labs/src/main/java/ai/certifai/solution/feedforward/detectgender/PredictGenderTrain.java
dl4j-labs/src/main/java/ai/certifai/solution/feedforward/detectgender/PredictGenderTest.java
Expected behavior
No error occurs, successfully predict the gender from the name.
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: