AECR-Net
AECR-Net copied to clipboard
Resume released trained model
When I resume the released model, there is an error: "Unexpected key(s) in state_dict: "mix4.w", "mix5.w"". mix4 and mix5 don't appear in the network constructure. So the released model is not matched with the released code. Am I right? Thanks.
have you figure out ? the net code has 'mix1' and 'mix2', and if i just rename the mix4 to mix1, mix5 to mix2, the psnr result seems well
Oh, thanks! I will have a try. Have you tried to train from scratch? I can't reach the evaluation metrics as shown in the paper.
please, is the predict code named funtion test in train_aecrnet.py? How to revise it to apply a picture of JPG? Thanks!