-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom dataset error #68
Comments
The error message seems pretty informative - have you checked the length of your input samples? |
I did checked it, its of size 32,32
|
I see that the last three elements have values 0, 0, 0. Even though your input is of non-zero length, the length vector might not have been set properly. Could that be the issue? |
Yeah I felt the same. But
but when I run
So I am thinking where the error might be, because of LSTM or so? |
Hi ,
I am using custom dataset and running reg_lstm model, I am getting the below error. But for the other models it's running fine. Can anybody help me out?
The text was updated successfully, but these errors were encountered: