File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ is equivalent to:
150150
151151` ` ` yaml
152152network_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)
You can’t perform that action at this time.
0 commit comments