Skip to content
Snippets Groups Projects
Commit a12f1347 authored by BRIGGAN2's avatar BRIGGAN2
Browse files

Update README.md

parent 9808311b
Branches
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ def ksvd(X, **args):
### Parameters
`dictlearn.py` also provides a sample main that loads cifar10 using `cifar10.py`, performs dictionary learning using `omp` and `ksvd` subroutines, and displays the learned dictionary `D`.
**Note that values of parameters such as the learning rate `tol`, number of dictionary atoms `k`, and number of optimization steps `nsteps` may need to be changed**
**Note that values of parameters such as the tolerance `tol`, number of dictionary atoms `k`, and number of optimization steps `nsteps` may need to be changed**
### Example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment