factor-fields icon indicating copy to clipboard operation
factor-fields copied to clipboard

Sparse coding model is missing

Open LouisSerrano opened this issue 2 years ago • 4 comments

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 !

LouisSerrano avatar Aug 11 '23 08:08 LouisSerrano

Hi there, which script triggered this error?

apchenstu avatar Aug 11 '23 15:08 apchenstu

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.

LouisSerrano avatar Aug 11 '23 15:08 LouisSerrano

Oh, I forgot to remove this line code, let me fix it. thanks!

apchenstu avatar Aug 11 '23 16:08 apchenstu

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

BWWwustl avatar Feb 22 '24 05:02 BWWwustl