Created
June 22, 2018 09:55
-
-
Save Tathagatd96/e09788efc37a0872b917b75792c0de70 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
num_time_steps=30 | |
y1,y2,ts= ts_data.next_batch(1,num_time_steps,True) | |
print(ts.flatten().shape) | |
plt.plot(ts.flatten()[1:],y1.flatten(),"*") | |
plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment