Skip to content

Commit 8a7cf0e

Browse files
committed
modified: autoencoder2d_defaults.yaml
modified: autoencoder3d_defaults.yaml
1 parent 86d6ce9 commit 8a7cf0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

py21cmnet/config/autoencoder2d_defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ conv_layer :
1111
padding_mode : 'circular'
1212
activation : 'ReLU'
1313
act_kwargs : {}
14-
batch_norm : 'BatchNorm2d'
14+
norm : 'BatchNorm2d'
1515
norm_kwargs : {}
1616
dropout : None
1717
dropout_kwargs : {}

py21cmnet/config/autoencoder3d_defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ conv_layer :
1111
padding_mode : 'circular'
1212
activation : 'ReLU'
1313
act_kwargs : {}
14-
batch_norm : 'BatchNorm3d'
14+
norm : 'BatchNorm3d'
1515
norm_kwargs : {}
1616
dropout : None
1717
dropout_kwargs : {}

0 commit comments

Comments
 (0)