Closed sutkss closed 4 years ago
In sparse coding step in ksvd algorithm, current dictionary must be normalized. However, it is not guaranteed at initial dictionary. I think we need to put normalize function after initialization of dictionary of _ksvd() in decomposition/ksvd.py.
_ksvd()
decomposition/ksvd.py
Issue Description
In sparse coding step in ksvd algorithm, current dictionary must be normalized. However, it is not guaranteed at initial dictionary. I think we need to put normalize function after initialization of dictionary of
_ksvd()
indecomposition/ksvd.py
.