Created
June 10, 2019 13:34
-
-
Save alvations/1b37d3c28cfcd42415dc0513e8e2a081 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
$ th | |
______ __ | Torch7 | |
/_ __/__ ________/ / | Scientific computing for Lua. | |
/ / / _ \/ __/ __/ _ \ | | |
/_/ \___/_/ \__/_//_/ | https://github.com/torch | |
| http://torch.ch | |
th> torch.Tensor{1,2,3} | |
1 | |
2 | |
3 | |
[torch.DoubleTensor of dimension 3] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment