Support nested section

This commit is contained in:
Kentaro Wada
2017-05-21 05:51:31 +09:00
parent 61eec3cd1b
commit 713698d91d
3 changed files with 44 additions and 34 deletions
+2 -1
View File
@@ -4,7 +4,6 @@
[PyTorch](https://github.com/pytorch/pytorch.git) version of [_Torch for Numpy users_](https://github.com/torch/torch7/wiki/Torch-for-Numpy-users).
## Types
| Numpy | PyTorch |
@@ -19,6 +18,8 @@
## Constructors
### Ones and zeros
| Numpy | PyTorch |
|:-------------------|:---------------------------------------|
| `np.empty((2, 3))` | `torch.Tensor(2, 3)` |