Coder Social home page Coder Social logo

Kernel Benchmarks about flare HOT 4 OPEN

mir-group avatar mir-group commented on July 20, 2024 4
Kernel Benchmarks

from flare.

Comments (4)

dmclark17 avatar dmclark17 commented on July 20, 2024

It might be good to use serialization methods mentioned in #16 and #64.

I'm not sure if it would be better to store structured data, or just the bare minimum in the form of arrays.

I'm thinking it may be easier for cross-language compatibility to use JSON for information and scalar parameters and hdf5 as the data format for bond arrays, cross bond dists, etc..

from flare.

stevetorr avatar stevetorr commented on July 20, 2024

I endorse the use of the serialization methods! There's a PR up now that allows for GPs to be serialized as JSON files so we could just pass the models around: #64

The hdf5 format could be useful for efficiency for large training data sets, but I think we can cross that bridge once we get there (such as if sparse GPs make huge training sets feasible to work with). JSON isn't the most efficient option, strictly, for storing big arrays, but they are implemented right now and allow for storing everything you need in one .json file (either for a collection of structures representing a trajectory, a set of environments processed from a structure, or an entire GP).

from flare.

jonpvandermause avatar jonpvandermause commented on July 20, 2024

No reason we can't have both! hdf5 will be useful for the kernel acceleration that David is looking into now.

from flare.

stevetorr avatar stevetorr commented on July 20, 2024

Sounds good! hdf5 isn't mission critical for me right now, so @dmclark17, feel free to assign yourself to #16 , or we can open a new issue for hdf5 serialization and you can format it in a way that makes the most sense with your benchmarks :)

from flare.

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.