From 6236f8c559778dc271e1aea9baa3993ae655e905 Mon Sep 17 00:00:00 2001 From: starrytong <499587227@qq.com> Date: Mon, 23 Sep 2024 08:45:13 -0700 Subject: [PATCH] SCNet-large pretrain model --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20ad561..c482778 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The large version is now available. You need to modify two parameters in the config.yaml file. ```bash -dim = [4, 64, 128, 256] -band_SR = [0.225, 0.372, 0.403] +dims: [4, 64, 128, 256] +band_SR: [0.225, 0.372, 0.403] ``` I have performed normalization on the model's input during training, which helps in stabilizing the training process (no code modifications are needed during inference).