TianLin0509 / DNN_detection_via_keras

This is the simplest implementation of Power of Deep Learning for Channel Estimation and Signal Detection in OFDM Systems using keras.
160 stars 67 forks source link

using generators #16

Open hamdi85 opened 3 years ago

hamdi85 commented 3 years ago

I think your implementation using generators is better than the original one [hao ye], simpler and more concise. It can be, as well, a nice platform for other deep learning techniques.

You used generators to implement data augmentation, and in the same time a good management of the memory, well done man.

besa-99 commented 2 years ago

may I ask you If you know why the ('channel_train.npy') data is used in the validation generation but the test data was never used in the whole program? thanks in advance!