You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@KyleErwin I've tested the first bit of code above, and it seems that #71 has even slowed down inference time of the original 2s query. Grounding management seems to be looping for an excessive amount of time here, might be an edge case that pandas is running into.
Some notes on the above code:
the new API requires all root universals to be set as an axiom.
I also had to turn off the FOL duplicates checking in the node aggregation, I'm not confident that it's been unit tested thoroughly enough.
Hi there, sorry for another question:
This is the full program for the Missle logic program:
Running with
yields the correct result in less than 2s:
However, running with two extra facts that should not impact the results
stalls for > 1hr.
Is this common and do you know if LNN in general will be able to scale to much larger problems?
The text was updated successfully, but these errors were encountered: