Skip to content
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

Understanding the inputs to the network #3

Open
bhosalems opened this issue Jul 15, 2018 · 1 comment
Open

Understanding the inputs to the network #3

bhosalems opened this issue Jul 15, 2018 · 1 comment

Comments

@bhosalems
Copy link

I also referred the blog you mentioned time_sequence_prediction on pytorch forums. I am using a similar approach for one my problem where there are no features but data itself. I have implemented it here, but I am not sure what I have implemented is correct. My questions are below:

  1. from the code self.lstm1 = nn.LSTMCell(1, 51) , though the sine waves data i.e. input_t is 997*1 and as the nn.LSTMCell provides information about first argument as input_size, why it shouldn't be (997, 51)
  2. When I trained my model I got the MSELoss around 139 at 15th epoch, why this is so high? though I am yet to plot the predicted graph.
  3. Whats the sequence length in sine-wave prediction example?
@bhosalems
Copy link
Author

Hi Could you please help, I am running out of ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant