Skip to content

Some questions on this interesting project #1

@planewave

Description

@planewave

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.

  • Your code is an implementation of the paper's Section III-A autoencoder for end to end communication system (figure 2), not exactly the Section III-C radio transformer networks (figure 8). Are you going to realize that in the future?
  • I spent some time learn to use PyTorch and then realized that half of the code is using TorchNet. Why do you use TorchNet? Can we realize it with PyTorch only? I only know how to use Matlab, running python code is really painful to me...
  • You mentioned it can achieve 100% within a span of ~30 epochs. However, I seldom achieved this result, in fact, most of the time, it went to 50% or 75% and stoped improving. Any suggestions?
  • I am interested in the encoder's output. I tried to plot it after each epoch, but because I am new to Python, I can only draw the final result. I was hoping to have something like figure 4 (a), but never succeed, even when the accuracy is 100%.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions