seamlesswatermark.yaml 874 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Copyright (c) Meta Platforms, Inc. and affiliates.
  2. # All rights reserved.
  3. #
  4. # This source code is licensed under the BSD-style license found in the
  5. # LICENSE file in the root directory of this source tree.
  6. name: seamlesswatermark
  7. model_type: seanet
  8. checkpoint: "/checkpoint/hadyelsahar/experiments/audiocraft/outputs/xps/6f05be46/checkpoint.th"
  9. seanet:
  10. activation: ELU
  11. activation_params:
  12. alpha: 1.0
  13. causal: false
  14. channels: 1
  15. compress: 2
  16. decoder:
  17. final_activation: null
  18. final_activation_params: null
  19. trim_right_ratio: 1.0
  20. detector: {}
  21. dilation_base: 2
  22. dimension: 128
  23. disable_norm_outer_blocks: 0
  24. encoder: {}
  25. kernel_size: 7
  26. last_kernel_size: 7
  27. lstm: 2
  28. n_filters: 32
  29. n_residual_layers: 1
  30. norm: weight_norm
  31. norm_params: {}
  32. pad_mode: constant
  33. ratios:
  34. - 8
  35. - 5
  36. - 4
  37. - 2
  38. residual_kernel_size: 3
  39. true_skip: true