Giter Site home page Giter Site logo

Create a System Diagram about git-theta HOT 3 CLOSED

anisham197 avatar anisham197 commented on August 14, 2024
Create a System Diagram

from git-theta.

Comments (3)

anisham197 avatar anisham197 commented on August 14, 2024

https://docs.google.com/document/d/1yjjP3cIfvOWuLhptJP5S65Az0byGXbNObedTlrNk7ts/edit?usp=sharing - Initial doc containing the various components needed for a PoC and questions we would have to answer for each component

from git-theta.

craffel avatar craffel commented on August 14, 2024

Thanks a lot for making that. The only component I'm confused about is the validator - what do you see that as doing?

from git-theta.

anisham197 avatar anisham197 commented on August 14, 2024

I'm not sure if we need this for a PoC or if it's needed at all. But since the changes to the model are passed by the user and not computed by us, there could be discrepancies?

For eg. A model M_O (stored on our VCS) is trained with some changes A to become model M_A. The model M_A is then trained again with some changes B to become M_B. If the training code is written such that only changes B are communicated to our Diff File creator, and the current model we have access to from the VCS is M_O, then when we try to reconstruct the model i.e. apply B to M_O we won't get the model M_B. The Validator would check if M_O + B == M_B and catch errors like this.

Ideally the user should communicate both changes A and B to our Diff file creator, and the validator would prevent errors when there are breaks to this pattern.

from git-theta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.