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

Torch utilities #363

Closed
wants to merge 41 commits into from
Closed

Torch utilities #363

wants to merge 41 commits into from

Commits on Dec 25, 2023

  1. Add torch goodies

    yoshipon committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    fdba1c9 View commit details
    Browse the repository at this point in the history
  2. Add type annotations

    yoshipon committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a156807 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Mar 4, 2024

  1. Add small things

    yoshipon committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    03c8716 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. merge

    yoshipon committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    78ef8fb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    075030f View commit details
    Browse the repository at this point in the history
  2. update for mypy

    yoshipon committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    479d1e9 View commit details
    Browse the repository at this point in the history
  3. Add several tests

    yoshipon committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fe51c6a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. add test for hdf5_dataset.py

    yoshipon committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e4a7e0d View commit details
    Browse the repository at this point in the history
  2. Update workflows

    yoshipon committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7531386 View commit details
    Browse the repository at this point in the history
  3. Add tests

    yoshipon committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a8985bf View commit details
    Browse the repository at this point in the history
  4. update workflows

    yoshipon committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    27930dc View commit details
    Browse the repository at this point in the history
  5. add dependencies

    yoshipon committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    37d68a1 View commit details
    Browse the repository at this point in the history
  6. update train.py

    yoshipon committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    28d76ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    725db72 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. add opt_lightning_module

    yoshipon committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    071dd96 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. add opt_lightning_module

    yoshipon committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c197092 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update error messages!

    yoshipon committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2c95787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8aeabb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 21, 2024

  1. sort grp_list

    yoshipon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    649adc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. update v2 torch (#383)

    * Add nelder-mead sampler (#346)
    
    * add nelder_mead_sampler.py
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    * Add -e. (#371)
    
    * Support for suggest_int in neldermead sampler. (#373)
    
    * Support for suggest_int.
    
    * Fix for ruff.
    
    * Add Job dispatcher (#360)
    
    * Update aiaccel/job
    
    * fix lint error
    
    * fix aiaccel/job/dispatcher.py
    
    * wip
    
    * Fix issues pointed out in review
    
    * rename
    
    * fix test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * Reflected code review feedback
    
    * fix test
    
    * fix test
    
    * refactoring
    
    * Run code formatter ruff
    
    * refactoring
    
    * Run code formatter ruff
    
    * fix lint.yaml
    
    * fix pypoject.toml
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * Refactor abci jobs
    
    * Update pyproject.toml
    
    * adjusted to work in the ABCI environment.
    
    * fix lint error
    
    * fix test
    
    * fix test
    
    * Changed from unittest to pytest
    
    * Incorporate revisions based on review feedback
    
    * Add test items
    
    * fix test
    
    * fix test
    
    * fix test
    
    * remove __future__.annotations
    
    * A bit simplify qstat_xml
    
    * Simplify tests
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    * Add ignore_missing_imports. (#376)
    
    * Draft Implementation of CLI Command (#369)
    
    * Update aiaccel/job
    
    * fix lint error
    
    * fix aiaccel/job/dispatcher.py
    
    * wip
    
    * Fix issues pointed out in review
    
    * rename
    
    * fix test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * Reflected code review feedback
    
    * fix test
    
    * fix test
    
    * refactoring
    
    * Run code formatter ruff
    
    * refactoring
    
    * Run code formatter ruff
    
    * fix lint.yaml
    
    * fix pypoject.toml
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * Refactor abci jobs
    
    * Update pyproject.toml
    
    * adjusted to work in the ABCI environment.
    
    * fix lint error
    
    * fix test
    
    * fix test
    
    * Changed from unittest to pytest
    
    * Incorporate revisions based on review feedback
    
    * Add test items
    
    * Add 'start.py'
    
    * Fix code format
    
    * update pyproject.toml
    
    * Remove unnecessary items from config
    
    * Add random seed option
    
    * Refactor examples/start.py into aiaccel/apps/optimize.py
    
    * fix lint errors and warnings
    
    * remove apps/config
    
    * fix typo
    
    * change config.yaml format
    
    * fix apps/optimizer
    
    * fix HparamManager __init__
    
    * fix HparamsManager
    
    * Refactor Suggest class to use generics for improved type safety
    
    * auto fix by ruff
    
    * add optuna suggest wrapper
    
    * format fix
    
    * Update wrapper.py
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    * Add nm docstring and move file (#381)
    
    * Add docstring.
    
    * Move nelder_mead_sampler.py.
    
    * Fix path.
    
    * Move test files.
    
    * autoformat and fix mypy error
    
    * Add v2 torch docstring   (#384)
    
    * add docstring
    
    * Update abci_environment.py
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: KanaiYuma-aist <105629713+KanaiYuma-aist@users.noreply.github.com>
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    3 people authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0caccda View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Add torch goodies

    aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    16335e5 View commit details
    Browse the repository at this point in the history
  2. Add type annotations

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    647182e View commit details
    Browse the repository at this point in the history
  3. Add small things

    aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c2f6378 View commit details
    Browse the repository at this point in the history
  4. update for mypy

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    057fe4c View commit details
    Browse the repository at this point in the history
  5. Add several tests

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3c95d32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    950b44d View commit details
    Browse the repository at this point in the history
  7. Update workflows

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e2a945d View commit details
    Browse the repository at this point in the history
  8. Add tests

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    40051bf View commit details
    Browse the repository at this point in the history
  9. update workflows

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9e3e8c8 View commit details
    Browse the repository at this point in the history
  10. add dependencies

    aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cbc509d View commit details
    Browse the repository at this point in the history
  11. update train.py

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ced8ff5 View commit details
    Browse the repository at this point in the history
  12. add opt_lightning_module

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    854de3d View commit details
    Browse the repository at this point in the history
  13. Update error messages!

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c05d5be View commit details
    Browse the repository at this point in the history
  14. add opt_lightning_module

    aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c0b3fd9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    79c442d View commit details
    Browse the repository at this point in the history
  16. sort grp_list

    yoshipon authored and aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d05c39e View commit details
    Browse the repository at this point in the history
  17. update v2 torch (#383)

    * Add nelder-mead sampler (#346)
    
    * add nelder_mead_sampler.py
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    * Add -e. (#371)
    
    * Support for suggest_int in neldermead sampler. (#373)
    
    * Support for suggest_int.
    
    * Fix for ruff.
    
    * Add Job dispatcher (#360)
    
    * Update aiaccel/job
    
    * fix lint error
    
    * fix aiaccel/job/dispatcher.py
    
    * wip
    
    * Fix issues pointed out in review
    
    * rename
    
    * fix test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * Reflected code review feedback
    
    * fix test
    
    * fix test
    
    * refactoring
    
    * Run code formatter ruff
    
    * refactoring
    
    * Run code formatter ruff
    
    * fix lint.yaml
    
    * fix pypoject.toml
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * Refactor abci jobs
    
    * Update pyproject.toml
    
    * adjusted to work in the ABCI environment.
    
    * fix lint error
    
    * fix test
    
    * fix test
    
    * Changed from unittest to pytest
    
    * Incorporate revisions based on review feedback
    
    * Add test items
    
    * fix test
    
    * fix test
    
    * fix test
    
    * remove __future__.annotations
    
    * A bit simplify qstat_xml
    
    * Simplify tests
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    * Add ignore_missing_imports. (#376)
    
    * Draft Implementation of CLI Command (#369)
    
    * Update aiaccel/job
    
    * fix lint error
    
    * fix aiaccel/job/dispatcher.py
    
    * wip
    
    * Fix issues pointed out in review
    
    * rename
    
    * fix test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * fix for test
    
    * Reflected code review feedback
    
    * fix test
    
    * fix test
    
    * refactoring
    
    * Run code formatter ruff
    
    * refactoring
    
    * Run code formatter ruff
    
    * fix lint.yaml
    
    * fix pypoject.toml
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * fix mypy.ini
    
    * Refactor abci jobs
    
    * Update pyproject.toml
    
    * adjusted to work in the ABCI environment.
    
    * fix lint error
    
    * fix test
    
    * fix test
    
    * Changed from unittest to pytest
    
    * Incorporate revisions based on review feedback
    
    * Add test items
    
    * Add 'start.py'
    
    * Fix code format
    
    * update pyproject.toml
    
    * Remove unnecessary items from config
    
    * Add random seed option
    
    * Refactor examples/start.py into aiaccel/apps/optimize.py
    
    * fix lint errors and warnings
    
    * remove apps/config
    
    * fix typo
    
    * change config.yaml format
    
    * fix apps/optimizer
    
    * fix HparamManager __init__
    
    * fix HparamsManager
    
    * Refactor Suggest class to use generics for improved type safety
    
    * auto fix by ruff
    
    * add optuna suggest wrapper
    
    * format fix
    
    * Update wrapper.py
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    * Add nm docstring and move file (#381)
    
    * Add docstring.
    
    * Move nelder_mead_sampler.py.
    
    * Fix path.
    
    * Move test files.
    
    * autoformat and fix mypy error
    
    * Add v2 torch docstring   (#384)
    
    * add docstring
    
    * Update abci_environment.py
    
    ---------
    
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: KanaiYuma-aist <105629713+KanaiYuma-aist@users.noreply.github.com>
    Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
    3 people committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    798d4ba View commit details
    Browse the repository at this point in the history
  18. fix confrict

    aramoto99 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    90f3f3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3594780 View commit details
    Browse the repository at this point in the history