Go to file
2023-12-21 18:54:52 +08:00
.gitignore v1.0 2023-12-21 18:54:52 +08:00
channel.py v1.0 2023-12-21 18:54:52 +08:00
eval.py eval.py added 2023-12-19 22:11:33 +08:00
model.py v1.0 2023-12-21 18:54:52 +08:00
README.md create files 2023-12-19 15:27:16 +08:00
train.py v1.0 2023-12-21 18:54:52 +08:00

Deep JSCC

This implements training of deep JSCC models for wireless image transmission as described in the paper Deep Joint Source-Channel Coding for Wireless Image Transmission by Pytorch. And there has been a Tensorflow implementation.

This is my first time to use PyTorch and git to reproduce a paper, so there may be some mistakes. If you find any, please let me know. Thanks!

Requirements