This is an example code for Lecture 1 in our blog deepcomm.github.io.
Reference paper: Communication Algorithms via Deep Learning, ICLR 2018
pip3 install tensorflow; pip3 install keras
python3 main.py
python3 main.py --path_trained_model "MyTrainedModel.h5"
python3 main.py -if_training True
Python version 3.7.3 Tensorflow version 1.14.0 Keras version 2.3.1