Skip to content

Commit a09419a

Browse files
authored
Update INTRO.md
1 parent 641fb74 commit a09419a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INTRO.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Currently, torch.Variable returns torch.tensor and torch.tensor can function as
2222

2323
| | TensorFlow | PyTorch |
2424
|---------------|------------------------------------------------------|----------------------------------------------------|
25-
| | [Numpy to tf.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-tftensor) | [Numpy to torch.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-torchtensor) |
26-
||
25+
| Numpy to tensor | [Numpy to tf.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-tftensor) | [Numpy to torch.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-torchtensor) |
26+
| Tensor to Numpy | [tf.Tensor to Numpy](https://github.com/tango4j/tensorflow-vs-pytorch#tftensor-to-numpy) | [torch.Tensor to Numpy](https://github.com/tango4j/tensorflow-vs-pytorch#torchtensor-to-numpy) |
2727

2828
## TABLE OF CONTENTS
2929

0 commit comments

Comments
 (0)