-
Notifications
You must be signed in to change notification settings - Fork 13
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
I have a question about your code "DJSCC-for-Wireless-Image-Transmisson" #1
Comments
I tried to reproduce the results but I didn't succeed |
0.2356 |
I have found a problem in your code. In the first layer and second layer of conv layers, you set the padding = 'VALID'. Now I change it to padding = 'SAME' and train the model again. The MSE decreased a lot. You can have a try. |
@xwk111 can you send me a pull request so that I can merge the update code with master branch, and also before doing that please add me as a reviewer so that I can review the changes, thanks |
I want to ask you a question. How to reproduce the image transmission system(JPEG + LDPC + QAM)? Are there any python libs for JPEG algorithm with variable bit per pixel? |
I use your code to train the model successfully. But the MSE(mean square error) is so high. For example, when SNR=20dB and compression ratio= 0.09, the MSE is about 0.009. But in paper named 'Deep Joint Source-Channel Coding for
Wireless Image Transmission", the MSE is about 0.001 when SNR=20dB and compression ratio= 0.09, as fig3 shows in paper. That's a big gap. I want to know that when you train the model, could you reach the performance the same as paper shows?
The text was updated successfully, but these errors were encountered: