Skip to content

Commit e244770

Browse files
authored
Update 2-1,张量数据结构.md
1 parent 077429a commit e244770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-1,张量数据结构.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ tensor([[[[1., 1.],
197197
```python
198198
scalar = torch.tensor(True)
199199
print(scalar.size())
200-
print(vector.shape)
200+
print(scalar.shape)
201201
```
202202

203203
```

0 commit comments

Comments
 (0)