Code Monkey home page Code Monkey logo

Comments (3)

siyu-g avatar siyu-g commented on September 6, 2024

Hi Zach,

Thanks for your quick response. Long time no see! This is Bruno from Noa's group speaking. I would be happy contribute to the tutorial. And I believe during my intern last year, I was able to write the data preprocessing script/documentation to convert both QM9 and OE62 data to the LMDBs, I am just write to ask if the scripts and docs are still available. If so, it would make it a lot easier for me to generate the LMDB, make tutorials, and use the ocp models in further applications.

Thanks,
Bruno

from ocp.

siyu-g avatar siyu-g commented on September 6, 2024

Hi,
I am just following up the previous message. Is there any file that I can refer to when trying to train a molecular property?

Bruno

from ocp.

zulissimeta avatar zulissimeta commented on September 6, 2024

Hi, I am just following up the previous message. Is there any file that I can refer to when trying to train a molecular property?

Bruno

Sorry I missed this!

To write an ASE LMDB:

from fairchem.core.datasets.datasets.lmdb_database import LMDBDatabase

with LMDBDatabase('my_dataset.aselmdb') as db:
    for atoms in atoms_list:
        db.write(atoms)
        # optionally db.write(atoms, data=atoms.info) if you want to store info as data

Then refer to this https://fair-chem.github.io/core/ase_dataset_creation.html for training. We should definitely iterate on this!

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.