From 084dddc91e58a13d03b6e4aa8710dbe5bd115e43 Mon Sep 17 00:00:00 2001 From: Hao Zhang <931851825@qq.com> Date: Sat, 19 Aug 2023 09:56:24 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c38cd33..32f791a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is the official implementation of the paper "[MP-Former: Mask-Piloted Trans The installation is exactly same as [Mask2Former](https://github.com/facebookresearch/Mask2Former) ## Train +The following command is for no noise and all-layer MP training setting. ```shell bash run_50ep_no_noise_all_ly.sh ```