diff --git a/docs/en/user_guides/2_train_different_types_algorithms.md b/docs/en/user_guides/2_train_different_types_algorithms.md index 06c689708..7acb025a0 100644 --- a/docs/en/user_guides/2_train_different_types_algorithms.md +++ b/docs/en/user_guides/2_train_different_types_algorithms.md @@ -86,7 +86,7 @@ For example, the default `_channel_cfg_paths` is set in the config below. ```Python python ./tools/train.py \ - configs/pruning/mmcls/autoslim/autoslim_mbv2_1.5x_subnet_8xb256_in1k_flops-530M.py \ + configs/pruning/mmcls/autoslim/autoslim_mbv2_1.5x_subnet_8xb256_in1k_flops-530M \ --work-dir your_work_dir ```