Guest User

Untitled

a guest
Apr 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. from kaldi.matrix import Matrix
  4.  
  5. m = Matrix([[1,2],[3,4]])
  6. print(m)
Add Comment
Please, Sign In to add comment