Code Monkey home page Code Monkey logo

Comments (2)

zulissimeta avatar zulissimeta commented on September 6, 2024

Hi - I would highly recommend the new ASELMDB format in our repo. It's faster than the old LMDBs, but also ASE compliant so much easier to read/write/edit. Graph creation then gets done during the data loading, but is so fast it's not a big deal.

from fairchem.core.datasets.lmdb_database import LMDBDatabase
with LMDBDatabase('my_db.aselmdb') as connect:
    for atoms in atoms_list:
        connect.write(atoms)

Afterwards, see this page on ways to use them. https://fair-chem.github.io/fairchem/core/ase_dataset_creation.html

I'll make a github issue for the fact that

  1. We don't talk about LMDBDatabase in the docs, but we should promote that as the default
  2. We should include an example of fitting properties that are not energy/forces in the tutorial (perhaps the fine-tuning one).

If you would be interested in contributing that tutorial (and/or working together on it), say if you are fitting homo-lumo for an open dataset like QM9 or OE62, let us know! We would welcome a PR.

Hope that helps!

from ocp.

github-actions avatar github-actions commented on September 6, 2024

This issue has been marked as stale because it has been open for 30 days with no activity.

from ocp.

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.