Skip to content
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

reproduction of the results of paper #5

Open
Aneureka opened this issue Aug 7, 2017 · 6 comments
Open

reproduction of the results of paper #5

Aneureka opened this issue Aug 7, 2017 · 6 comments

Comments

@Aneureka
Copy link

Aneureka commented Aug 7, 2017

Hi, I'm confused to reproduce the results in the paper. The data and results seemed to be different from the paper... can you help me? (my English is poor...

@yangtiangithub
Copy link

May be some data are polished when paper writing. Have you complied the code successfully, I can't even complied it, there are two many errors in the code, I tested it in Centos 7. All the steps are okay except for the last make in code/cnn. How did you make it ?

@liberty1997
Copy link

@yangtiangithub , I fixed some bugs/errors by adding a header(#include "fmt/printf.h") in following files: code/nn/include/config.h, code/nn/include/inet.h . Because there are some differences between fmt-4.0 and older release in "format.h". But there are still two errors: "/usr/bin/ld: cannot find -lfmt" , "/usr/bin/ld: cannot find -lwht" . I found libfmt but not libwht.

@liberty1997
Copy link

Uh, I made it. ( "run test")

@josephenguehard
Copy link

@liberty1997 did you get the same results as in the paper? I was able to run the code (so_run.sh) but got an error rate of around 54.5%

@liberty1997
Copy link

@liberty1997 did you get the same results as in the paper? I was able to run the code (so_run.sh) but got an error rate of around 54.5%

I'm sorry, I just helped a senior schoolmate to adjust the whole program, and the final operation was done by her. I don't know what the result is.

@josephenguehard
Copy link

Ok thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants