Open planewave opened 7 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
@vsag sorry, not sure about that. it seems not important (?) so i basically ignored it...
@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.
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.