Skip to content

Commit b6a0146

Browse files
authored
Update README.md
1 parent 7500773 commit b6a0146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ python examples/mnist.py test ./data/mnist_model_ckpt.pkl
2525
## Learning steps
2626
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:
2727

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)
29+
1. [SequentialLayers](docs/mnn.seq_layers.md)
3030
1. [LinearLayer](docs/mnn.layer.LinearLayer.md)
3131
1. [ReluLayer](docs/mnn.layer.ReluLayer.md)
3232
1. [MSELossLayer](docs/mnn.layer.MSELossLayer.md)

0 commit comments

Comments
 (0)