From 7ff139030ce602e3837d2549aa96d2f03f1fbad3 Mon Sep 17 00:00:00 2001 From: chun Date: Tue, 19 Dec 2023 15:27:16 +0800 Subject: [PATCH] create files --- README.md | 2 +- channel.py | 0 model.py | 0 scripts.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 channel.py create mode 100644 model.py create mode 100644 scripts.py diff --git a/README.md b/README.md index 487d249..220f2d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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](https://ieeexplore.ieee.org/abstract/document/8723589) by Pytorch. And there has been a [Tensorflow implementation](https://github.com/irdanish11/DJSCC-for-Wireless-Image-Transmission). -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! +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 diff --git a/channel.py b/channel.py new file mode 100644 index 0000000..e69de29 diff --git a/model.py b/model.py new file mode 100644 index 0000000..e69de29 diff --git a/scripts.py b/scripts.py new file mode 100644 index 0000000..e69de29