Giter Site home page Giter Site logo

configstabilityml's Introduction

ConfigStabilityML

** All geometries are obtained from IS2RE data (available in OC20 dataset web-page)

** For data labeling, "oc20_data_mapping.pkl" should exist (available in here)

  1. Code for ML model
  • cgcc.py (CGCNN)
  • schnet.py (SchNet)
  • mpnn.py (MPNN)
  • mpnn_a_mha.py (MPNN-A)
  • matformer_mha.py (Matformer)
  1. Code for model training/prediction

** All trained model parameters could be found at here.

  • script_train.py [model_type] [num_dat] [random_seed]; it will generate directory name of [model_type] under directory RandomSeed_[random_seed], same as [path_pref] used in script_predict.py
  • script_predict.py [model_type] [is_test] [path_pref] [num_dat]; it will generate Predicted_[num_dat]_{id, ood_ads, ood_cat or ood_both}.{test or val}.pkl file under the path of [pref_path]/[model_type]

** List of arguments

  • [model_type]; CGCNN,SchNet,MPNN,MPNN_A,Matformer
  • [num_dat]; the number of training set (maximum # of training data = 460328)
  • [random_seed]; seed number used for random sampling of training set with size of [num_dat]
  • [is_test]; 1 for predicting test set data and 0 for predicting validation set data
  • [path_pref]; directory path including directory with name of [model_type] (i.e. RandomSeed_[random_seed])
  1. 'ReproduceData' directory contains all scripts to reproduce all data plotted in this work

  2. System information

  • python == 3.9
  • sklearn == 1.0.2
  • numpy == 1.21.5
  • pytorch == 1.13.0 (CUDA verison == 11.7)
  • torch_scatter == 2.0.9 (for scatter operation)
  • V100 32GB

** For visualization (with Spyder)

  • matplotlib == 3.5.1
  • seaborn == 0.11.2

configstabilityml's People

Contributors

krict-data avatar

Watchers

 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.