-
Notifications
You must be signed in to change notification settings - Fork 1
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
Results of the experiments? Where? #1
Comments
Thank you for your interest in our paper! If the |
Thanks a lot for your previous comment. I have fixed the netcat installation and now something more happened. However, I am encountering some issues, and I hope you can help me a bit to understand. 1) First test $ sudo ./experiments-driver/run.sh -e i -ec s -sp f -m r -msm d -msx x -em l after some minutes the experiment terminates with some good messages that everything was fine. However, after looking at the logs folder, I found this exception in the 1737584986-dpd-daemon-logs.txt logfile: Caused by: java.lang.NullPointerException It seems that the right model file for DL4J was not incorporated in this repo. If I am right, can you upload it? 2) Second test $ sudo ./experiments-driver/run.sh -e i -ec s -sp f -m r -msm o -msx x -em l Still good messages on the STDOUT but no results folder. By inspecting the logfile, I found a more complicated set of exceptions that I hope you can help me to understand: Ready! Waiting for the main server (KC). Listening to port 8007 The program finished with the following exception: org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: org.apache.flink.client.program.ProgramInvocationException: Job failed (JobID: 46037153dd1976abf4d0904334f94903) The program finished with the following exception: org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: org.apache.flink.client.program.ProgramInvocationException: Job failed (JobID: 4053ea21679d35edad76dee8e96fad47) |
Thanks a lot for this nice research work. I tried to execute the following benchmark:
./experiments-driver/run.sh -e i -ec l -sp f -m r -msm o -msx x -em l
it executes correctly without errors. However, results are not written. There is no results folder in the repo. Can you be so glad to help me in understanding how to inspect the performance results of the experimental execution? Where can I find the performance results needed to generate the plots?
Thanks
The text was updated successfully, but these errors were encountered: