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

[Refactor] Support progressive test with fewer memory cost #709

Merged
merged 60 commits into from
Aug 20, 2021

Commits on Jul 16, 2021

  1. Support progressive test with fewer memory cost.

    sennnnn committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f3aaecc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Temp code

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7c944cf View commit details
    Browse the repository at this point in the history
  2. Using processor to refactor evaluation workflow.

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    3a97df6 View commit details
    Browse the repository at this point in the history
  3. refactor eval hook.

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    e6be6b4 View commit details
    Browse the repository at this point in the history
  4. Fix multi gpu bug when index out of len(dataset).

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fdb6b49 View commit details
    Browse the repository at this point in the history
  5. Fix process bar.

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8653c96 View commit details
    Browse the repository at this point in the history
  6. Fix middle save argument.

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    842bdef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d389665 View commit details
    Browse the repository at this point in the history
  8. Modify some viriable name of eval hook.

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9349970 View commit details
    Browse the repository at this point in the history
  9. Fix some priority bugs of eval hook.

    sennnnn committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    3a3b3ec View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Depreciated efficient_test.

    sennnnn committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    e03ee57 View commit details
    Browse the repository at this point in the history
  2. Fix training progress blocked by eval hook.

    sennnnn committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    c3c491d View commit details
    Browse the repository at this point in the history
  3. Depreciated old test api.

    sennnnn committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    0cb97f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Fix test api error.

    sennnnn committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    25943c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Modify outer api.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    be13436 View commit details
    Browse the repository at this point in the history
  2. Build a sampler test api.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6bb1c91 View commit details
    Browse the repository at this point in the history
  3. TODO: Refactor format_results.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    25a7475 View commit details
    Browse the repository at this point in the history
  4. Modify variable names.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    25cc8ba View commit details
    Browse the repository at this point in the history
  5. Fix num_classes bug.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    af54432 View commit details
    Browse the repository at this point in the history
  6. Fix sampler index bug.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    1b7c976 View commit details
    Browse the repository at this point in the history
  7. Fix grammaly bug.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    049b307 View commit details
    Browse the repository at this point in the history
  8. Support batch sampler.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    dc35f6d View commit details
    Browse the repository at this point in the history
  9. More readable test api.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    880fbcb View commit details
    Browse the repository at this point in the history
  10. Remove some command arg and fix eval hook bug.

    sennnnn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    f9eda3e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Support format-only arg.

    sennnnn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    7be603d View commit details
    Browse the repository at this point in the history
  2. Modify format_results of datasets.

    sennnnn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4243ea2 View commit details
    Browse the repository at this point in the history
  3. Modify tool which use test apis.

    sennnnn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ce44bff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. support cityscapes eval

    xvjiarui committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    767ee98 View commit details
    Browse the repository at this point in the history
  2. fixed cityscapes

    xvjiarui committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f69dcd8 View commit details
    Browse the repository at this point in the history
  3. 1. Add comments for batch_sampler;

    2. Keep eval hook api same and add deprecated warning;
    
    3. Add doc string for dataset.pre_eval;
    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    119ad87 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'progressive_test' of github.com:sennnnn/mmsegmentation …

    …into progressive_test
    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    aa3f622 View commit details
    Browse the repository at this point in the history
  5. Add efficient_test doc string.

    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c185dcf View commit details
    Browse the repository at this point in the history
  6. Modify test tool to compat old version.

    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e72ad41 View commit details
    Browse the repository at this point in the history
  7. Modify eval hook to compat with old version.

    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0f24514 View commit details
    Browse the repository at this point in the history
  8. Modify test api to compat old version api.

    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cfd0fd7 View commit details
    Browse the repository at this point in the history
  9. Sampler explanation.

    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1f2e1b0 View commit details
    Browse the repository at this point in the history
  10. update warning

    xvjiarui committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    4e775a7 View commit details
    Browse the repository at this point in the history
  11. Modify deploy_test.py

    sennnnn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6022904 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    f9780a0 View commit details
    Browse the repository at this point in the history
  2. clear logic of exclusive

    xvjiarui committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ae14d2b View commit details
    Browse the repository at this point in the history
  3. Warning about efficient_test.

    sennnnn committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3eff09c View commit details
    Browse the repository at this point in the history
  4. Modify format_results save folder.

    sennnnn committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    41c790f View commit details
    Browse the repository at this point in the history
  5. Fix bugs of format_results.

    sennnnn committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    332fc5c View commit details
    Browse the repository at this point in the history
  6. Modify deploy_test.py.

    sennnnn committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0f48cc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Update doc

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    8f80dd9 View commit details
    Browse the repository at this point in the history
  2. Fix deploy test bugs.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    8630f32 View commit details
    Browse the repository at this point in the history
  3. Merge Master.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ce8e814 View commit details
    Browse the repository at this point in the history
  4. Merge Master.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b3a6264 View commit details
    Browse the repository at this point in the history
  5. Fix custom dataset unit tests.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    89e182c View commit details
    Browse the repository at this point in the history
  6. Fix dataset unit tests.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    1773f99 View commit details
    Browse the repository at this point in the history
  7. Fix eval hook unit tests.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    b844145 View commit details
    Browse the repository at this point in the history
  8. Fix some imcompatible.

    sennnnn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3f11345 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Add pre_eval argument for eval hooks.

    sennnnn committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8662e69 View commit details
    Browse the repository at this point in the history
  2. Update eval hook doc string.

    sennnnn committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8dea091 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Make pre_eval false in default.

    sennnnn committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    fd28ab3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Add unit tests for dataset format_results.

    sennnnn committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ebea350 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Fix some comments and bc-breaking bug.

    sennnnn committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    d0a3528 View commit details
    Browse the repository at this point in the history
  2. Merge Master.

    sennnnn committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5ddf909 View commit details
    Browse the repository at this point in the history
  3. Fix pre_eval set cfg field.

    sennnnn committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    f474721 View commit details
    Browse the repository at this point in the history
  4. Remove redundant codes.

    sennnnn committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    469ced8 View commit details
    Browse the repository at this point in the history