You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your paper, u proposed to use low rank proporties in the CNN-extracted domain and also used the singular value thresholding (NOT soft thresholding) in that domain. Indeed, it is an excellent paper.
However, when i check the code in BuildModel.py, i just saw the soft thresholding without any singular value decompositions, which in the paper are for getting the singular values and then thresholding them.
In your paper, u proposed to use low rank proporties in the CNN-extracted domain and also used the singular value thresholding (NOT soft thresholding) in that domain. Indeed, it is an excellent paper.
However, when i check the code in
BuildModel.py
, i just saw the soft thresholding without any singular value decompositions, which in the paper are for getting the singular values and then thresholding them.The code is like,
So if it is in this structure, then i think there are no differences between this code and the ISTA-Net.
I'm totally confused. If I ignored anything important for this issue in the code, plz point it out. Thanks a lot!
The text was updated successfully, but these errors were encountered: