-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the 87.4% classification accuracy that mentioned in your paper? #4
Comments
yes , I also get the accuracy is lower than 80%. It is 75% I have run four times . |
i got the same problem. And i emailed the author but there is no response yet. |
@Coder-AndyLee @Iamshg @shijieliu I think you didn't read the paper clearly, author has said that he use 12 million samples to get the 87.4% ,and your 75% is only depend on 22 0000 sample inRML2016.10a_dict.dat. |
I cannot agree with @Ostnie ...
What do you think ? |
Here is a link to my own implementation of the ResNet signal classifier that reached up to 96% classification accuracy: Signal Classifier |
The 3 point is wrong. |
Hi Boguer, I think, I know where the misunderstanding is ... In the paper the network called CNN (see Fig:3), but in Example Classifier Jupyter Notebook: RML2016.10a_VTCNN2_example.ipynb, the same CNN network called CNN2. In contrast to said above, CNN2 in a paper, is larger and deeper network than CNN. Jupyter example doesn't have CNN2 architecture implemented. I base my previous explanation from the paper point of view. Thank you for reading my note :-) |
the code can not be opened, can you share it again? thk u |
I use pytorch to build CNN2 which is the same as the netural net mentioned in author's paper.However, I can't train!Must I use tensorflow to get the same result? I even doubt that the author make a cheat. My CNN2 is as follows.Am I wrong? class MyCNN1(nn.Module):
|
I also converted to pytorch and have not been able to achieve comparable accuracy. |
As is shown in the "RML2016.10a_VTCNN2_example.ipynb", the maximum accuracy is "Overall Accuracy: 0.723852385239" with SNR = 18. So how can I get the accuracy of 87.4%?
The text was updated successfully, but these errors were encountered: