Created
June 12, 2020 09:27
-
-
Save trongan93/a737e08d3ea2bc425597cbfa20115347 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
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