Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/e09788efc37a0872b917b75792c0de70 to your computer and use it in GitHub Desktop.
Save Tathagatd96/e09788efc37a0872b917b75792c0de70 to your computer and use it in GitHub Desktop.
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