Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_PNP_with_FFDNet.m script gives error #1

Open
caichangjia opened this issue Jan 6, 2023 · 0 comments
Open

test_PNP_with_FFDNet.m script gives error #1

caichangjia opened this issue Jan 6, 2023 · 0 comments

Comments

@caichangjia
Copy link

Hi, I have been trying out you algorithm these days and when I tested the test_PNP_with_FFDNet.m script, it gives me the error as follows. Do you know how to solve this? Thanks.

Error using vl_simplenn (line 377)
Unknown layer type 'SubP'.
Error in FFD_Net_DenoiserGPU (line 17)
res = vl_simplenn(net, input,[],[],'conserveMemory',true,'mode','test'); % matconvnet default % use this if you did
not install matconvnet; very slow
Error in TV_ADMM_CACTI_FFD_real_GPU (line 94)
f(:,:,ncc) = FFD_Net_DenoiserGPU(squeeze(theta(:,:,ncc)-b(:,:,ncc)), sig_use,para.net); %(f,
para.TVweight,5); TV_GAP_CACTI_FFDnet
Error in test_PnP_with_FFDNet (line 78)
recon(:,:,(i_meas-1)*para.cr+(1:para.cr)) = TV_ADMM_CACTI_FFD_real_GPU( y, para, A,At);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant