gram-ai / radio-transformer-networks

A PyTorch implementation of Radio Transformer Networks from the paper "An Introduction to Deep Learning for the Physical Layer".
https://arxiv.org/abs/1702.00832
127 stars 24 forks source link

Some questions on this interesting project #1

Open planewave opened 7 years ago

planewave commented 7 years ago

Hello, I am working on physical lay signal processing and new to deep learning and Python. I have read the paper and found your code here. I managed to run several tests and have some questions.

ghost commented 6 years ago

@planewave is the implementation of normalisation layer in this repository correct? can you please explain me if it's wrong or what needs to be done? thanks

planewave commented 6 years ago

@vsag sorry, not sure about that. it seems not important (?) so i basically ignored it...

ghost commented 6 years ago

@planewave Even I am not sure, In the paper they say they use it to make the transmitter follow Gaussian channel properties. There's another repository which has a different implementation of that layer basically he multiplies the l2 norm with square root of n, in this repo he multiplies it with square of n.