This commit is contained in:
pkufool 2021-12-10 16:10:04 +08:00
parent 6dec4b2d8a
commit 06a86f50b9

View File

@ -172,7 +172,7 @@ def get_params() -> AttributeDict:
- subsampling_factor: The subsampling factor for the model. - subsampling_factor: The subsampling factor for the model.
- use_feat_batchnorm: Normalization for the input features, can be a - use_feat_batchnorm: Normalization for the input features, can be a
boolean idicating whether to do batch boolean indicating whether to do batch
normalization, or a float which means just scaling normalization, or a float which means just scaling
the input features with this float value. the input features with this float value.
If given a float value, we will remove batchnorm If given a float value, we will remove batchnorm