From f59640a708bdaf451b9e8b2ba1dd00c4118db180 Mon Sep 17 00:00:00 2001 From: Duo <50307526+iProzd@users.noreply.github.com> Date: Thu, 9 May 2024 23:43:10 +0800 Subject: [PATCH] Update doc/freeze/freeze.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Duo <50307526+iProzd@users.noreply.github.com> --- doc/freeze/freeze.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/freeze/freeze.md b/doc/freeze/freeze.md index 3bc8cd6452..5bd63a4840 100644 --- a/doc/freeze/freeze.md +++ b/doc/freeze/freeze.md @@ -29,4 +29,4 @@ to specify which model branch you want to freeze: $ dp --pt freeze -o model_branch1.pth --head CHOSEN_BRANCH ``` -The output model is called `model_branch1.pth` being the specific frozen model with `CHOSEN_BRANCH` head. +The output model is called `model_branch1.pth`, which is the specifically frozen model with the `CHOSEN_BRANCH` head.