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
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Hey there,
Nice work :)
I am facing an issue when I run cnn_experiments python notebook with tensorflow backend,it throws up the following error:
I formed the window length to be 15,test stocks to be 3,I defined the window of dimension 3,15,1.
but when the text_x and test _y are sent to the model, the model throws and error stating that the expected input is 3,15,1 while the value send is 4320,3,15,4.
Will you be able to point me in the right direction to get this issue sorted
How should I be conditioning my window length, any advice will be helpful
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
Nice work :)
I am facing an issue when I run cnn_experiments python notebook with tensorflow backend,it throws up the following error:
I formed the window length to be 15,test stocks to be 3,I defined the window of dimension 3,15,1.
but when the text_x and test _y are sent to the model, the model throws and error stating that the expected input is 3,15,1 while the value send is 4320,3,15,4.
Will you be able to point me in the right direction to get this issue sorted
How should I be conditioning my window length, any advice will be helpful
The text was updated successfully, but these errors were encountered: