File size: 839 Bytes
9e275b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

name: audioseal_wm_16bits
model_type: seanet
checkpoint: "https://dl.fbaipublicfiles.com/audioseal/6edcf62f/generator.pth"
nbits: 16
seanet:
  activation: ELU
  activation_params:
    alpha: 1.0
  causal: false
  channels: 1
  compress: 2
  dilation_base: 2
  dimension: 128
  disable_norm_outer_blocks: 0
  kernel_size: 7
  last_kernel_size: 7
  lstm: 2
  n_filters: 32
  n_residual_layers: 1
  norm: weight_norm
  norm_params: { }
  pad_mode: constant
  ratios:
    - 8
    - 5
    - 4
    - 2
  residual_kernel_size: 3
  true_skip: true
decoder:
  final_activation: null
  final_activation_params: null
  trim_right_ratio: 1.0