Skip to content

Commit

Permalink
SCNet-large pretrain model
Browse files Browse the repository at this point in the history
  • Loading branch information
starrytong authored Sep 23, 2024
1 parent 4a414b3 commit 6236f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 6236f8c

Please sign in to comment.