Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@trongan93
Created June 12, 2020 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trongan93/a737e08d3ea2bc425597cbfa20115347 to your computer and use it in GitHub Desktop.
Save trongan93/a737e08d3ea2bc425597cbfa20115347 to your computer and use it in GitHub Desktop.
for e in coordinates:
show_ship(e[0][0], e[0][1], e[1][0][1])
picture_tensor = picture_tensor.transpose(1,2,0)
picture_tensor.shape
plt.figure(1, figsize = (15, 30))
plt.subplot(3,1,1)
plt.imshow(picture_tensor)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment