Skip to content
Snippets Groups Projects
  1. Apr 20, 2023
  2. Apr 12, 2023
  3. Apr 06, 2023
    • Mashiro's avatar
      [Refactor] Refactor checkpointhook unit tests (#789) · 2dbc8ed2
      Mashiro authored
      * Enhance config
      
      * add unit test data
      
      * Refacotr unitest of checkpointhook
      
      * add comments
      
      * Fix unit test
      
      * remove _get_metric_scope
      
      * tmp save
      
      * Revert "remove _get_metric_scope"
      
      This reverts commit eeb7a8c5ed2766bf773a9ed28f731fddacd10ac1.
      
      * Revert "Revert "remove _get_metric_scope""
      
      This reverts commit 5398255f6fb3dac8341f7d808f0d7d09350fcaae.
      
      * Revert "tmp save"
      
      This reverts commit cdc9919be8e0a78bbf264c060de2a4396c137d5a.
      
      * clean the code
      
      * Fix ut
      
      * minor fix
      
      * use str.replace
  4. Mar 29, 2023
  5. Mar 06, 2023
  6. Feb 27, 2023
  7. Dec 28, 2022
  8. Nov 08, 2022
  9. Oct 27, 2022
  10. Sep 26, 2022
    • Zaida Zhou's avatar
      [Refactor] Refactor fileio without breaking back compatibility (#533) · ed84dfd3
      Zaida Zhou authored
      * [Refactor] Refactor fileio but without breaking bc
      
      * handle compatibility
      
      * fix format
      
      * modify io functions
      
      * fix ut
      
      * fix ut
      
      * rename method names
      
      * refine
      
      * refine docstring
      
      * fix ut in windows
      
      * update ut
      
      * minor fix
      
      * ensure client is not None when closing it
      
      * add more examples for list_dir_or_file interface
      
      * refine docstring
      
      * refine deprecated info
      
      * fix ut
      
      * add a description for lmdb docstring
  11. Sep 22, 2022
  12. Aug 24, 2022
    • Mashiro's avatar
      [Refactor] Refactor data flow to make the interface more natural (#468) · 8770c6c7
      Mashiro authored
      * [Refactor]: modify interface of Visualizer.add_datasample (#365)
      
      * [Refactor] Refactor data flow: refine `data_preprocessor`. (#359)
      
      * refine data_preprocessor
      
      * remove unused BATCH_DATA alias
      
      * Fix type hints
      
      * rename move_data to cast_data
      
      * [Refactor] Refactor data flow: collate data in `collate_fn` of `DataLoader`  (#323)
      
      * acollate data in dataloader
      
      * fix docstring
      
      * refine comment
      
      * fix as comment
      
      * refactor default collate and psedo collate
      
      * foramt test file
      
      * fix docstring
      
      * fix as comment
      
      * rename elem to data_item
      
      * minor fix
      
      * fix as comment
      
      * [Refactor] Refactor data flow: `data_batch` argument of `Evaluator.process is a `dict` (#360)
      
      * refine evaluator and metric
      
      * compatible with new default collate
      
      * replace default collate with pseudo
      
      * Handle data_batch in metric
      
      * fix unit test
      
      * fix unit test
      
      * fix unit test
      
      * minor refine
      
      * make data_batch optional
      
      make data_batch optional
      
      * rename outputs to predictions
      
      * fix ut
      
      * rename predictions to outputs
      
      * fix docstring
      
      * fix docstring
      
      * fix unit test
      
      * make outputs and data_batch to kwargs
      
      * fix unit test
      
      * keep signature of metric
      
      * fix ut
      
      * rename pred_sample arguments to data_sample(Visualizer)
      
      * fix loop and ut
      
      * [refactor]: Refactor model dataflow (#398)
      
      * [Refactor] Refactor data flow: refine `data_preprocessor`. (#359)
      
      * refine data_preprocessor
      
      * remove unused BATCH_DATA alias
      
      * Fix type hints
      
      * rename move_data to cast_data
      
      * refactor model data flow
      
      tmp_commt
      
      tmp commit
      
      * make val_cfg and test_cfg optional
      
      * roll back runner
      
      * pass test mmdet
      
      * fix as comment
      
      fix as comment
      
      fix ci in DataPreprocessor
      
      * fix ut
      
      * fix ut
      
      * fix rebase main
      
      * [Fix]: Fix test val ddp (#462)
      
      * [Fix] Fix docstring and type hint of data flow (#463)
      
      * Fix docstring of data flow
      
      * change signature of hook
      
      * fix unit test
      
      * resolve conflicts
      
      * fix lint
  13. Aug 23, 2022
  14. Aug 11, 2022
  15. Aug 08, 2022
  16. Jun 30, 2022
  17. Jun 22, 2022
  18. Jun 17, 2022
  19. May 20, 2022
  20. May 19, 2022
  21. May 18, 2022
  22. May 05, 2022
  23. Apr 08, 2022
  24. Mar 31, 2022
  25. Mar 29, 2022
  26. Mar 25, 2022
  27. Mar 13, 2022
  28. Mar 09, 2022
  29. Mar 07, 2022
  30. Mar 05, 2022
  31. Mar 02, 2022
    • Yuan Liu's avatar
      [Feature]: Add checkpoint hook (#66) · cf239a2b
      Yuan Liu authored
      * [Feature]: Add checkpoint hook
      
      * [Fix]: Fix lint
      
      * [Fix]: Delete redundant optional and give an example to our_dir
      
      * [Feature]: Add test the last_ckpt in UT
      
      * [Fix]: Fix docstring problem
      
      * [Fix]: Add patch to UT
      
      * [Feature]: Add Test case for by epoch
Loading