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
There is a typo in line 74 of MLPrimitives/mlprimitives/jsons/keras.Sequential.LSTMTimeSeriesRegressor.json
It says bastch_size and should say batch_size. Otherwise, the batch size of the training cannot be tuned
What I Did
Simply correct the typo and it works :)
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out @DanielCalvoCerezo !
Would you mind doing a PR with the change?
csala
added
approved
The issue is approved and someone can start working on it
bug
There is an error in the code that needs to be fixed
labels
Jun 17, 2019
Hi @csala
I am trying to create a new branch to add a PR with the fix but I cannot. I do not know if I need to be added to the project as collaborator or it is a matter of my setup here (our proxy is really picky)
Sorry for the trouble
Description
There is a typo in line 74 of MLPrimitives/mlprimitives/jsons/keras.Sequential.LSTMTimeSeriesRegressor.json
It says bastch_size and should say batch_size. Otherwise, the batch size of the training cannot be tuned
What I Did
The text was updated successfully, but these errors were encountered: