Closed TNO-Knowledge-Based-Systems closed 2 years ago
Further work has been done on this on my branch here
If Allow edits from maintainers
is checked here, then that work can be added to this PR :)
We have radically changed the repo since this point and deprecated the KGCN, so I'm closing this in favour of https://github.com/vaticle/typedb-ml/pull/161.
What is the goal of this PR?
Goal: To be able to save, reload and do inference on trained KGCN models. This is valuable, because after training a useful KGCN model, you would like to be able to run it on other data(sets). This PR adds functionality to save the trained model in tensorflow. To reload the model after it is saved and to have an infer function, which can be used for new data.
What are the changes implemented in this PR?
Three things are implemented: