Sparse coding model is missing
Hi, I wanted to reproduce the experiments of Dictionary Fields but it appears that the sparse_coding.py file is missing from the repository. Do you plan on adding it soon ?
Thanks a lot !
Hi there, which script triggered this error?
This is not an error per se because I have not run the code yet. I was reading the script 2D_regression.py to follow the procedure for fitting an image, and it seemed that I could not find the the sparseCoding model that is imported line 11 from models.sparseCoding import sparseCoding.
Oh, I forgot to remove this line code, let me fix it. thanks!
Oh, I forgot to remove this line code, let me fix it. thanks!
The sparse coding is still missing and the 2D_regression.py could not work