Skip to content

Commit 8f4e15b

Browse files
committed
merging
2 parents 5be73ae + a8cccd3 commit 8f4e15b

File tree

3 files changed

+3
-261
lines changed

3 files changed

+3
-261
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__pycache__
22
.DS_Store
3+
.idea/

.idea/workspace.xml

Lines changed: 0 additions & 259 deletions
This file was deleted.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ A `torch.tensor` is conceptually identical to a numpy array, but with GPU suppor
7979

8080
* Other manipulation functions are similar to that of NumPy, we omitted it here for simplification. For more information, please check the PyTorch documentation: https://pytorch.org/docs/stable/tensors.html
8181

82-
###Tensor Attributes
82+
### Tensor Attributes
8383

8484
- Some important attributes of `torch.tensor`
8585

86-
- ```python
86+
- ```python
8787
b1.grad # gradient of the tensor
8888
b1.grad_fn # the gradient function the tensor
8989
b1.is_leaf # check if tensor is a leaf node of the graph

0 commit comments

Comments
 (0)