Skip to content

Commit 1d25dcd

Browse files
authored
Fixes a major typo (#74)
1 parent 12d006f commit 1d25dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codes/options/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ is equivalent to:
150150

151151
```yaml
152152
network_G: # configurations for the Generator network
153-
which_model_G: RRDB_net # check: https://github.com/victorca25/traiNNer/tree/master/codes/models/modules/architectures
153+
which_model_G: RRDB_net # check: https://github.com/victorca25/traiNNer/tree/master/codes/models/modules/architectures
154154
norm_type: null # norm type, null | "batch"
155155
mode: CNA # Convolution mode: CNA for Conv-Norm_Activation or NAC
156156
nf: 64 # number of features (filters) for each layer
@@ -308,4 +308,4 @@ logger: # logger configurations
308308
overwrite_chkp: false # whether if the models and states will be overwriten each time they are saved (ideal for storage contrained cases)
309309
```
310310

311-
[Back to index](#common)
311+
[Back to index](#common)

0 commit comments

Comments
 (0)