vaticle / typedb-ml

TypeDB-ML is the Machine Learning integrations library for TypeDB
https://vaticle.com
Apache License 2.0
552 stars 93 forks source link

Save model #124

Closed TNO-Knowledge-Based-Systems closed 1 year ago

TNO-Knowledge-Based-Systems commented 4 years ago

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:

jmsfltchr commented 3 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 :)

jmsfltchr commented 1 year ago

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.