Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cgcnn megnet #405

Merged
merged 47 commits into from
Nov 6, 2019
Merged

Add cgcnn megnet #405

merged 47 commits into from
Nov 6, 2019

Commits on Sep 3, 2019

  1. add MEGNet model

    nissy-dev committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    55b1e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a02316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f18b2 View commit details
    Browse the repository at this point in the history
  4. fix comment

    nissy-dev committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0219fdc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. update example

    nissy-dev committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    23e747b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    6dd054f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363da5c View commit details
    Browse the repository at this point in the history
  3. fix bug for example

    nissy-dev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c56a993 View commit details
    Browse the repository at this point in the history
  4. fix bug

    nissy-dev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    507256c View commit details
    Browse the repository at this point in the history
  5. fix flake8 error

    nissy-dev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    86a516c View commit details
    Browse the repository at this point in the history
  6. fix flake8 error

    nissy-dev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    cbfae48 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    2e7ecba View commit details
    Browse the repository at this point in the history
  2. fix example

    nissy-dev committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6b8cdeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request chainer#2 from nd-02110114/mp-refactor

    refactor considering memory budget
    nissy-dev committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    8f822b9 View commit details
    Browse the repository at this point in the history
  4. remove unused line

    nissy-dev committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7b7932a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. refactor converter method

    nissy-dev committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    afd481f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179cd19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc6117 View commit details
    Browse the repository at this point in the history
  4. Merge pull request chainer#3 from nd-02110114/refactor-converter

    Refactor converter
    nissy-dev committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    6bb8d65 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. add dropout flag for MEGNet

    nissy-dev committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    076d4a1 View commit details
    Browse the repository at this point in the history
  2. add cgcnn model

    nissy-dev committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    1ed0990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a6e34d View commit details
    Browse the repository at this point in the history
  4. fix model description

    nissy-dev committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fe25b3a View commit details
    Browse the repository at this point in the history
  5. improve comment

    nissy-dev committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    5378fe7 View commit details
    Browse the repository at this point in the history
  6. remove unused comment

    nissy-dev committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    24c83ac View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. add megnet model test

    nissy-dev committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    e000679 View commit details
    Browse the repository at this point in the history
  2. refactor for testing

    nissy-dev committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9a1444f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    adfb7ee View commit details
    Browse the repository at this point in the history
  2. update readme

    nissy-dev committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3658ab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8ebc1 View commit details
    Browse the repository at this point in the history
  4. update readme

    nissy-dev committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    faf9a64 View commit details
    Browse the repository at this point in the history
  5. fix by review

    nissy-dev committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6057f2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aa652c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    8ec9a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d5bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54de77f View commit details
    Browse the repository at this point in the history
  4. add cgcnn & megnet test

    nissy-dev committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    c8f4a22 View commit details
    Browse the repository at this point in the history
  5. add megnet_softplus test

    nissy-dev committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    138ff47 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. fix ci for python 2.7

    nissy-dev committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    801468d View commit details
    Browse the repository at this point in the history
  2. fix comment

    nissy-dev committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4ffb5e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. fix train command in readme

    nissy-dev committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    06380e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a8b927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260a8c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Merge pull request chainer#396 from nd-02110114/megnet-1

    Crystal Support
    corochann committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c968b0f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into mp_auto_download

    # Conflicts:
    #	README.md
    #	chainer_chemistry/models/prediction/graph_conv_predictor.py
    #	examples/qm9/train_qm9.py
    corochann committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0c0797d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. refactor Nisikawa san's work

    corochann committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    53ed4f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Merge branch 'master' into add_cgcnn_megnet

    corochann committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    fb22a79 View commit details
    Browse the repository at this point in the history