-
Notifications
You must be signed in to change notification settings - Fork 21
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 about dataset E3-thiea #14
Comments
When I use the dataset E3-cadets, I can get the result which is similar to yours. But I can not reproduce the result on the dataset E3-theia. I run the code as cd .. python train.py --dataset theia |
The correct way: Put ta1-theia-e3-official-6r.json to ta1-theia-e3-official-6r.8.json (including ALL of 0-8) into the data directory and the parser will read entities from 0-8, parse 0-3 into training graphs and 8 into the test graph. |
I'd like to know the test set of dataset thiea.
If I use the graph you provided, I can get the results.
But if I run the program as "python trace_parser.py --dataset theia", the generated file "test0.pkl" is different from the one provided by you. And the result is far from the previous one (regardless of using the checkpoint you provided or retraining the model).
So I'd like to know, is "ta1-theia-e3-official-6r.json.8" the test set? (I have also tried to replace the test set with other files, but the results are also bad). Could you please rerun the trace_parser.py to check the code?
(The results in trace and cadets do not have problem)
Thanks a lot.
The text was updated successfully, but these errors were encountered: