提交 01cc52ee 编写于 作者: L LielinJiang

update readme

上级 156cb03f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div align=center> <div align=center>
<img src="images/markdown/img1.png" width = "600" height = "300" /> <img src="images/markdown/img1.png" width = "600" height = "300" />
</br> </br>
<img src="images/markdown/img2.png" width = "300" height = "300" divalign=center /> <img src="images/markdown/img2.png" width = "300" height = "300" />
<div align=left> <div align=left>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
```python ```python
# tensor shape is [1, c, h, w] # tensor shape is [1, c, h, w]
_, c, h, w = tensor.shape _, c, h, w = tensor.shape
tensor = fluid.layers.reshape(c, h * w) tensor = fluid.layers.reshape(tensor, [c, h * w])
# gram matrix with shape: [c, c] # gram matrix with shape: [c, c]
gram_matrix = fluid.layers.matmul(tensor, fluid.layers.transpose(tensor, [1, 0])) gram_matrix = fluid.layers.matmul(tensor, fluid.layers.transpose(tensor, [1, 0]))
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册