Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Remove Global Block and Input Field of Graphs #112

Merged
merged 3 commits into from
Dec 13, 2019

Conversation

jmsfltchr
Copy link
Contributor

What is the goal of this PR?

Slim down complexity of the model by removing unused elements.

What are the changes implemented in this PR?

  • The global block of the neural network has never been used. Now using an Interaction Network (node and edge updates) rather than the previous Graph Network (node, edge and global updates).
  • Remove the input field that was stored on graphs, since this information can easily be inferred from the 0th class of the solution field.

@jmsfltchr jmsfltchr added this to the 0.2.1 milestone Dec 12, 2019
@jmsfltchr jmsfltchr self-assigned this Dec 12, 2019
@jmsfltchr jmsfltchr requested a review from lolski December 12, 2019 22:31
@lolski lolski merged commit 6164830 into typedb:master Dec 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants