GithubHelp home page GithubHelp logo

zjgemi / lam-data-cleaning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smc-lucky/dpa-data-cleaning

3.0 0.0 2.0 23.51 MB

This project is intended to reduce the number of samples required for model training

License: GNU Lesser General Public License v3.0

Python 100.00%

lam-data-cleaning's Introduction

lam-data-cleaning

This project is to reduce the number of samples required for training a large atomic model (LAM) developed based on the cloud-native workflow framework dflow. So far, DeePMD, OCP and Nequip are supported.

Installation

Install this project by

pip install .

Configure workflow server required by dflow before submit a workflow by command line

dpclean submit input.json

Some example input files can be found in examples.

Brief Introduction

In Parallel Mode, training sets are ramdomly splitted into several groups based on the appointed ratios; In Active Learning Mode, training sets are initially splitted into a subset (0.001 by default), after training on the subset, dp test will be conducted to the remaining systems, among which with the largest error will be added to training set for the next iteration of training.

Please note that numb_steps and decay_steps should vary according to the frames, so that the epochs of every loop are controlled to be the same. For instance, if a training system contains 10000 frames and the expected training steps for full-size system is 1000000, the parameter of numb_steps should set as "math.ceil(100*n)", n represents the frame number of every iteration, the coefficient 100 represents full-size training step / full-size frame number.

lam-data-cleaning's People

Contributors

zjgemi avatar schrodingerscattt avatar smc-lucky avatar

Stargazers

m0sey avatar Yuxiang Chen avatar Duo avatar

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.