Skip to content

Commit 9617b64

Browse files
authored
Update INTRO.md
1 parent 6fc16bc commit 9617b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

INTRO.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ This repository aims for comparative analysis of TensorFlow vs PyTorch, for thos
2727
>[**2. Tensor Numpy Conversion**](https://github.com/tango4j/tensorflow-vs-pytorch#2-tensor-numpy-conversion)
2828
2929
>[[TensorFlow] tf.convert_to_tensor or .eval()](https://github.com/tango4j/tensorflow-vs-pytorch#tensorflow-tfconvert_to_tensor-or-eval)
30+
3031
| | TensorFlow | PyTorch |
3132
|---------------|-----------------|----------------|
32-
| Framework | [Numpy to tf.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-tftensor) |[tf.Tensor to Numpy](https://github.com/tango4j/tensorflow-vs-pytorch#tftensor-to-numpy) |
33+
| Framework | [Numpy to tf.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-tftensor) | [tf.Tensor to Numpy](https://github.com/tango4j/tensorflow-vs-pytorch#tftensor-to-numpy) |
3334

3435

3536
>[[PyTorch] .numpy() or torch.from_numpy()](https://github.com/tango4j/tensorflow-vs-pytorch#pytorch-numpy-or-torchfrom_numpy)

0 commit comments

Comments
 (0)