Spaces:
Running
Running
Update config/model/watermark/default.yaml (#4)
Browse files- Update config/model/watermark/default.yaml (af6c6a930ee4b83c031446117ff02905b5e6054a)
Co-authored-by: A <HIRO12121212@users.noreply.huggingface.co>
config/model/watermark/default.yaml
CHANGED
|
@@ -1,41 +0,0 @@
|
|
| 1 |
-
# @package __global__
|
| 2 |
-
|
| 3 |
-
audioseal:
|
| 4 |
-
autoencoder: seanet
|
| 5 |
-
sample_rate: 16000
|
| 6 |
-
channels: 1
|
| 7 |
-
nbits: 16
|
| 8 |
-
|
| 9 |
-
seanet:
|
| 10 |
-
dimension: 128
|
| 11 |
-
channels: 1
|
| 12 |
-
causal: false
|
| 13 |
-
n_filters: 32
|
| 14 |
-
n_residual_layers: 1
|
| 15 |
-
ratios: [8, 5, 4, 2]
|
| 16 |
-
activation: ELU
|
| 17 |
-
activation_params: { "alpha": 1. }
|
| 18 |
-
norm: weight_norm
|
| 19 |
-
norm_params: {}
|
| 20 |
-
kernel_size: 7
|
| 21 |
-
residual_kernel_size: 3
|
| 22 |
-
last_kernel_size: 7
|
| 23 |
-
dilation_base: 2
|
| 24 |
-
pad_mode: constant
|
| 25 |
-
true_skip: true
|
| 26 |
-
compress: 2
|
| 27 |
-
lstm: 2
|
| 28 |
-
disable_norm_outer_blocks: 0
|
| 29 |
-
# Specific encoder or decoder params.
|
| 30 |
-
# You can also override any param for the encoder or decoder only
|
| 31 |
-
# by using Hydra `+param=` syntax, i.e.`
|
| 32 |
-
# `+seanet.decoder.n_filters=64`.
|
| 33 |
-
decoder:
|
| 34 |
-
trim_right_ratio: 1.0
|
| 35 |
-
final_activation: null
|
| 36 |
-
final_activation_params: null
|
| 37 |
-
encoder: {}
|
| 38 |
-
|
| 39 |
-
detector: {
|
| 40 |
-
"output_dim": 32, # output channels of detector upsampling
|
| 41 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|