From d51e849bc7e95bc9733d4259e61192ba9bffa697 Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Thu, 21 Nov 2024 22:29:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21398bc..f4ab6ad 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ pip install git+https://github.com/KindXiaoming/pykan.git # For GitHub installa pip install pykan # For PyPI installation ``` ## Efficiency mode -For many machine-learning users, when (1) you need to write the training loop yourself (instead of using model.fit()); (2) you never use the symbolic branch. It is important to call ``model.speed()`` before training! Otherwise, the symbolic branch is on, which is super slow because the symbolic branch hasn't been parallelized yet (if it can be parallelized at all)! +For many machine-learning users, when (1) you need to write the training loop yourself (instead of using ``model.fit()``); (2) you never use the symbolic branch, it is important to call ``model.speed()`` before training! Otherwise, the symbolic branch is on, which is super slow because the symbolic computations are not parallelized! ## Computation requirements