From 6bf61c43c5b027507dbed7a4e88bdcedcd97d6ba Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Wed, 20 Mar 2024 17:50:56 +0800 Subject: [PATCH] fix: typos Signed-off-by: guoguangwu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec4315d9..3e9e9f6e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ working on making AI algorithms 100x more computational efficient. We see Leaf as the core of constructing high-performance machine intelligence applications. Leaf's design makes it easy to publish independent modules to make e.g. deep reinforcement learning, visualization and monitoring, network -distribution, [automated preprocessing][cuticula] or scaleable production +distribution, [automated preprocessing][cuticula] or scalable production deployment easily accessible for everyone. [caffe]: https://github.com/BVLC/caffe @@ -59,7 +59,7 @@ README.md][leaf-examples]. Leaf comes with an examples directory as well, which features popular neural networks (e.g. Alexnet, Overfeat, VGG). To run them on your machine, just follow -the install guide, clone this repoistory and then run +the install guide, clone this repository and then run ```bash # The examples currently require CUDA support.