提交 6514f167 编写于 作者: Y YaoChi

add pics for basics 100%

上级 116a44c1
......@@ -72,7 +72,7 @@ Predicted class: tensor([1], dtype=oneflow.int32)
以上从数据输入、到网络计算,最终推理输出的流程,如下图所示:
![todo](imagetodo)
![todo](./imgs/neural-network-layers.png)
## `flow.nn.functional`
......
......@@ -27,7 +27,7 @@ l = loss(z,y)
它对应的计算图如下:
![todo](https://todo)
![todo](./imgs/compute_graph.png)
计算图中,像 `x``w``b``y` 这种只有输出,没有输入的节点称为 **叶子节点**;向 `loss` 这种只有输入没有输出的节点,称为 **根**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册