Skip to content

Commit 6fc16bc

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

INTRO.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +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-
>>[Numpy to tf.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-tftensor)
31-
>>[tf.Tensor to Numpy](https://github.com/tango4j/tensorflow-vs-pytorch#tftensor-to-numpy)
30+
| | TensorFlow | PyTorch |
31+
|---------------|-----------------|----------------|
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+
3234

3335
>[[PyTorch] .numpy() or torch.from_numpy()](https://github.com/tango4j/tensorflow-vs-pytorch#pytorch-numpy-or-torchfrom_numpy)
3436
>>[Numpy to torch.Tensor](https://github.com/tango4j/tensorflow-vs-pytorch#numpy-to-torchtensor)

0 commit comments

Comments
 (0)