-
Notifications
You must be signed in to change notification settings - Fork 4
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
Scheduled NEAT run fails due to ~~ValueError~~ KeyError when attempting to load graph file(s) #31
Comments
The above error turned out to be just a missing file in the compressed source (fixed), but now there's a seemingly related issue:
|
See also Knowledge-Graph-Hub/NEAT-kghub-scheduler#14 as I'm not sure what the origin of this issue is yet. |
The above run was with |
If the fix in #35 doesn't work, try removing |
The extra training and validation graphs still aren't making it into the compressed KG file.
But then kg-phenio.tar.gz (like https://kg-hub.berkeleybop.io/kg-phenio/20220525/kg-phenio.tar.gz) only contains node and edgefiles. |
The file at https://kg-hub.berkeleybop.io/kg-phenio/20220601/kg-phenio.tar.gz contains the following:
But then NEAT can't find the validation set:
|
KG-Phenio Jenkins build 20 completed without issue, and it looks like it contains all the necessary components:
There's an issue here (it was present in the last build, too) - the merged KG is in a subdir.
(or move all the files to the current working directory before building the tar.gz) Will also need to verify that NEAT is looking in the same directory for all input files. |
This seems to be resolved but can't verify while blocked by Knowledge-Graph-Hub/NEAT-kghub-scheduler#18 |
During scheduled NEAT run:
I suspect this is an issue with KG-Ontoml configuration rather than something NEAT is misinterpreting, but there may be some improvement for NEAT in here too.
The text was updated successfully, but these errors were encountered: