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

Implemented a stratified sampler #539

Merged
merged 22 commits into from
Feb 19, 2024
Merged

Implemented a stratified sampler #539

merged 22 commits into from
Feb 19, 2024

Commits on May 3, 2023

  1. added sampler.py file

    jnsLs committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ea99471 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    5d40eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19b31f View commit details
    Browse the repository at this point in the history
  3. using torch sampler

    jnsLs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4460708 View commit details
    Browse the repository at this point in the history
  4. implemented weight calculator

    jnsLs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    613dd57 View commit details
    Browse the repository at this point in the history
  5. use custom sampler again

    jnsLs committed May 11, 2023
    Configuration menu
    Copy the full SHA
    746aa41 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. sampler works with hydra

    jnsLs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ed954ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3939d86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b573e View commit details
    Browse the repository at this point in the history
  4. further cleaning up

    jnsLs committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ba6e06b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. sampler.py in init.py

    jnsLs committed May 15, 2023
    Configuration menu
    Copy the full SHA
    69acf26 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    ca41860 View commit details
    Browse the repository at this point in the history
  2. updated documentation

    jnsLs committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7032afc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68379b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    fb446db View commit details
    Browse the repository at this point in the history
  2. cleaned up

    jnsLs committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    50423d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    0a3c91f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update src/schnetpack/data/sampler.py

    Co-authored-by: Malte Esders <git@maltimore.info>
    jnsLs and Maltimore authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    734a8f3 View commit details
    Browse the repository at this point in the history
  2. Update src/schnetpack/data/sampler.py

    Co-authored-by: Malte Esders <git@maltimore.info>
    jnsLs and Maltimore authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    008822b View commit details
    Browse the repository at this point in the history
  3. cleaned up

    jnsLs committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7070d09 View commit details
    Browse the repository at this point in the history
  4. clean up

    jnsLs committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b4f9f3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27e8a59 View commit details
    Browse the repository at this point in the history