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

[Feature] Add vis backend for MLflow. #878

Merged
merged 54 commits into from
Apr 7, 2023

Commits on Jan 13, 2023

  1. add vis mlflow backend

    sh0622-kim committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    98804df View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. add mlflow config comment

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    8f6e932 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    1db2ba6 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    5445ade View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    a02aeec View commit details
    Browse the repository at this point in the history
  5. Fix isot errors.

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    3e1f30d View commit details
    Browse the repository at this point in the history
  6. Fix isot errors.

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    b72259e View commit details
    Browse the repository at this point in the history
  7. Fix yapf errors

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    561e8ec View commit details
    Browse the repository at this point in the history
  8. fix test code

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    ac69e94 View commit details
    Browse the repository at this point in the history
  9. Fix test code

    sh0622-kim committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    9506a49 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Mashiro <57566630+HAOCHENYE@users.noreply.github.com>
    sh0622-kim and HAOCHENYE committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8f33bce View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    ac4489c View commit details
    Browse the repository at this point in the history
  2. Add MLFlowBackend

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    76dbe6f View commit details
    Browse the repository at this point in the history
  3. Fix mypy error

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c8de76f View commit details
    Browse the repository at this point in the history
  4. Fix mypy error

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    88d271c View commit details
    Browse the repository at this point in the history
  5. Fix flake8 error

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ed6c147 View commit details
    Browse the repository at this point in the history
  6. Fix pyupgrade error

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a7eb0b9 View commit details
    Browse the repository at this point in the history
  7. Fix flake8 error

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b6ac947 View commit details
    Browse the repository at this point in the history
  8. Fix test error

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9f6ca43 View commit details
    Browse the repository at this point in the history
  9. add comment

    sh0622-kim committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    771f47a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    635b0cb View commit details
    Browse the repository at this point in the history
  2. Add log artifact parameter

    Fix exception related to image log
    sh0622-kim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4556475 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 error

    sh0622-kim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5e7f3c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. array -> dict

    sh0622-kim committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c4db6fe View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. config.py is saved unconditionally.

    It also handles dictionaries inside list.
    sh0622-kim committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    460e389 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    ebce20d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a1aa36 View commit details
    Browse the repository at this point in the history
  3. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    f1e6d9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba1fd8a View commit details
    Browse the repository at this point in the history
  5. Add tests package

    sh0622-kim committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8c39b63 View commit details
    Browse the repository at this point in the history
  6. fix ut error

    sh0622-kim committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    7287554 View commit details
    Browse the repository at this point in the history
  7. Change the default experiment name

    Add log_image extension
    sh0622-kim committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6a38cff View commit details
    Browse the repository at this point in the history
  8. fix ut error

    sh0622-kim committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    bf43063 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    298d95e View commit details
    Browse the repository at this point in the history
  2. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c8711e7 View commit details
    Browse the repository at this point in the history
  3. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    4f604ad View commit details
    Browse the repository at this point in the history
  4. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    da2d779 View commit details
    Browse the repository at this point in the history
  5. Fix NRE

    sh0622-kim committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    05b945c View commit details
    Browse the repository at this point in the history
  6. update test

    sh0622-kim committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1df103f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix literal

    sh0622-kim committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d2abe4d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix literal

    sh0622-kim committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    6b9d3c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    e14185a View commit details
    Browse the repository at this point in the history
  2. add artifact_suffix

    sh0622-kim committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    54463f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b6a96 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    9a9851c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffff252 View commit details
    Browse the repository at this point in the history
  3. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7d86094 View commit details
    Browse the repository at this point in the history
  4. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c847379 View commit details
    Browse the repository at this point in the history
  5. Update mmengine/visualization/vis_backend.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    sh0622-kim and zhouzaida committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    427960a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    02bfab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56b78a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8280e6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c87bdc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Add warning log

    sh0622-kim committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8eca596 View commit details
    Browse the repository at this point in the history