Skip to content

stone4022/Deep_Semantic_Communication

Repository files navigation

Deep Learning Semantic Communication Systems

Requirements

  • See the requirements.txt for the required python packages and run pip install -r requirements.txt to install them.
## Preprocess
```shell
mkdir data
wget http://www.statmt.org/europarl/v7/europarl.tgz
tar zxvf europarl.tgz
python preprocess_text.py

Train

python main.py 

Evaluation

python performance.py

Notes

  • If you want to compute the sentence similarity, please download the bert model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published