Skip to content

Commit d51e849

Browse files
authored
Update README.md
1 parent e505802 commit d51e849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pip install git+https://github.com/KindXiaoming/pykan.git # For GitHub installa
6363
pip install pykan # For PyPI installation
6464
```
6565
## Efficiency mode
66-
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)!
66+
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!
6767

6868
## Computation requirements
6969

0 commit comments

Comments
 (0)