Closed homesomele closed 2 weeks ago
I found the same problem you mentioned. The models' performance is approximately 5dB worse than reported in the paper, as shown in the README.md results. I believe this discrepancy is due to system differences:
I found that after chaging the decoder transconv structure, the results are similar to the results showed in the paper
Thanks for sharing. I noticed that you used the output_padding
parameter with kernel_size=5
in tconv4-5
. However, I encountered a mismatch error when running your code pasted above. Could you please provide the whole modified code? Thanks in advance.
Hello, thank u so much for providing the codes of jscc pytorch, I found that the results are worse than the figure showed in the paper, can u restruct the same results as the paper?