rctn / sparsecoding

Reference sparse coding implementations for efficient learning and inference.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Move checknan out of the inference method and into the dictionary learning method. #21

Open cshewmake2 opened 2 years ago

belsten commented 1 year ago

Looks like this has already fixed. Made additional feature to optionally check for nan in the dictionary. This is in pull request https://github.com/rctn/sparsecoding/pull/53