forked from pytorch/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test data in time_sequence_prediction (pytorch#186)
Previously the training data input[:3] is incorrectly taken as the test data. Change the input for prediction to data[:3].
- Loading branch information
1 parent
10b22dc
commit a4e6972
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters