Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 00_pytorch_fundamentals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,8 @@
"id": "Dt8yEV1jMfi2"
},
"source": [
"And the same rule applies as above, if you change the original `tensor`, the new `numpy_tensor` stays the same."
"If you reassign a tensor (non–in-place operation), the NumPy array is unchanged.
If you modify the tensor in-place, the NumPy array will reflect the change because they share memory."
]
},
{
Expand Down