mmengine/docs/zh_cn/common_usage
Qian Zhao 0d25625ba2
[Feature] Support torch.compile since PyTorch2.0 (#976)
* enable compile configurations to support torch.compile in Runner

* enable compilation in train, val and test

* fix as comments

* add docstring to illustrate usage

* minor refine error message

* add unittests

* fix ut skip

* add logging message to inform users

* compile `train_step`, `val_step`, `test_step` instead

* fix as comments

* revert to compile `train_step` only due to pt2 issue

* add documentation about torch.compile
2023-03-12 18:26:43 +08:00
..
debug_tricks.md [Docs] Add a document about debug tricks (#938) 2023-02-21 21:40:35 +08:00
epoch_to_iter.md [Docs] Add the document for the transition between IterBasedTraining and EpochBasedTraining (#926) 2023-02-21 21:12:38 +08:00
model_analysis.md [Docs] Count FLOPs and parameters (#939) 2023-02-21 21:16:18 +08:00
resume_training.md [Docs] Move examples to a new directory (#911) 2023-02-07 17:03:35 +08:00
save_gpu_memory.md [Docs] Move examples to a new directory (#911) 2023-02-07 17:03:35 +08:00
set_interval.md [Docs] how to set the interval parameter (#917) 2023-02-14 11:42:49 +08:00
set_random_seed.md [Docs] Introduce how to set random seed (#914) 2023-02-13 16:14:48 +08:00
speed_up_training.md [Feature] Support torch.compile since PyTorch2.0 (#976) 2023-03-12 18:26:43 +08:00