We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb03553 commit 30e7aadCopy full SHA for 30e7aad
INTRO.md
@@ -14,8 +14,8 @@ Tensorflow also launches a dynamic graph framework which enables define by run.
14
15
**Pytorch**
16
17
-[Pytorch 4.0 Migraction (Apr 22, 2018)](https://pytorch.org/blog/pytorch-0_4_0-migration-guide). Variable is merged into Tensor.
18
-Currently, torch.Variable returns torch.tensor and torch.tensor can function as old torch.Variable.
+[Pytorch 4.0 Migraction (Apr 22, 2018)](https://pytorch.org/blog/pytorch-0_4_0-migration-guide).
+Variable is merged into Tensor. torch.Variable returns torch.tensor and torch.tensor can function as old torch.Variable.
19
20
21
## vs. Table
0 commit comments