You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ python examples/mnist.py test ./data/mnist_model_ckpt.pkl
25
25
## Learning steps
26
26
Here is a recommended ordered reading list of MNN source code that you can pick up knowledge smoothly by going through the comments with linked code location:
27
27
28
-
1.[examples/mnist](examples/mnist.py)
29
-
1.[seq_layers](docs/mnn.seq_layers.md)
28
+
1.[examples/mnist](examples/mnist.py) (only illustrating the pipeline code)
0 commit comments