ColossalAI/colossalai/trainer/hooks
Jie Zhu 73d36618a6
[profiler] add MemProfiler (#356)
* add memory trainer hook

* fix bug

* add memory trainer hook

* fix import bug

* fix import bug

* add trainer hook

* fix #370 git log bug

* modify `to_tensorboard` function to support better output

* remove useless output

* change the name of `MemProfiler`

* complete memory profiler

* replace error with warning

* finish trainer hook

* modify interface of MemProfiler

* modify `__init__.py` in profiler

* remove unnecessary pass statement

* add usage to doc string

* add usage to trainer hook

* new location to store temp data file
2022-03-29 12:48:34 +08:00
..
__init__.py Layer integration (#83) 2021-12-27 15:04:32 +08:00
_base_hook.py Fixed docstring in colossalai (#171) 2022-01-21 10:44:30 +08:00
_checkpoint_hook.py Fixed docstring in colossalai (#171) 2022-01-21 10:44:30 +08:00
_log_hook.py moved env variables to global variables; (#215) 2022-02-15 11:31:13 +08:00
_lr_scheduler_hook.py Added profiler communication operations 2022-03-11 15:50:28 +08:00
_mem_tracer_hook.py [profiler] add MemProfiler (#356) 2022-03-29 12:48:34 +08:00
_metric_hook.py moved env variables to global variables; (#215) 2022-02-15 11:31:13 +08:00