Upload 2 files
Browse files
    	
        useful_ckpt/vocoder/args.yml
    ADDED
    
    | 
         @@ -0,0 +1,63 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            resblock: '1'
         
     | 
| 2 | 
         
            +
            num_gpus: 0
         
     | 
| 3 | 
         
            +
            batch_size: 64
         
     | 
| 4 | 
         
            +
            num_mels: 80
         
     | 
| 5 | 
         
            +
            learning_rate: 0.0001
         
     | 
| 6 | 
         
            +
            adam_b1: 0.8
         
     | 
| 7 | 
         
            +
            adam_b2: 0.99
         
     | 
| 8 | 
         
            +
            lr_decay: 0.999
         
     | 
| 9 | 
         
            +
            seed: 1234
         
     | 
| 10 | 
         
            +
            upsample_rates:
         
     | 
| 11 | 
         
            +
            - 4
         
     | 
| 12 | 
         
            +
            - 4
         
     | 
| 13 | 
         
            +
            - 2
         
     | 
| 14 | 
         
            +
            - 2
         
     | 
| 15 | 
         
            +
            - 2
         
     | 
| 16 | 
         
            +
            - 2
         
     | 
| 17 | 
         
            +
            upsample_kernel_sizes:
         
     | 
| 18 | 
         
            +
            - 8
         
     | 
| 19 | 
         
            +
            - 8
         
     | 
| 20 | 
         
            +
            - 4
         
     | 
| 21 | 
         
            +
            - 4
         
     | 
| 22 | 
         
            +
            - 4
         
     | 
| 23 | 
         
            +
            - 4
         
     | 
| 24 | 
         
            +
            upsample_initial_channel: 1536
         
     | 
| 25 | 
         
            +
            resblock_kernel_sizes:
         
     | 
| 26 | 
         
            +
            - 3
         
     | 
| 27 | 
         
            +
            - 7
         
     | 
| 28 | 
         
            +
            - 11
         
     | 
| 29 | 
         
            +
            resblock_dilation_sizes:
         
     | 
| 30 | 
         
            +
            - - 1
         
     | 
| 31 | 
         
            +
              - 3
         
     | 
| 32 | 
         
            +
              - 5
         
     | 
| 33 | 
         
            +
            - - 1
         
     | 
| 34 | 
         
            +
              - 3
         
     | 
| 35 | 
         
            +
              - 5
         
     | 
| 36 | 
         
            +
            - - 1
         
     | 
| 37 | 
         
            +
              - 3
         
     | 
| 38 | 
         
            +
              - 5
         
     | 
| 39 | 
         
            +
            activation: snakebeta
         
     | 
| 40 | 
         
            +
            snake_logscale: true
         
     | 
| 41 | 
         
            +
            resolutions:
         
     | 
| 42 | 
         
            +
            - - 1024
         
     | 
| 43 | 
         
            +
              - 120
         
     | 
| 44 | 
         
            +
              - 600
         
     | 
| 45 | 
         
            +
            - - 2048
         
     | 
| 46 | 
         
            +
              - 240
         
     | 
| 47 | 
         
            +
              - 1200
         
     | 
| 48 | 
         
            +
            - - 512
         
     | 
| 49 | 
         
            +
              - 50
         
     | 
| 50 | 
         
            +
              - 240
         
     | 
| 51 | 
         
            +
            mpd_reshapes:
         
     | 
| 52 | 
         
            +
            - 2
         
     | 
| 53 | 
         
            +
            - 3
         
     | 
| 54 | 
         
            +
            - 5
         
     | 
| 55 | 
         
            +
            - 7
         
     | 
| 56 | 
         
            +
            - 11
         
     | 
| 57 | 
         
            +
            use_spectral_norm: false
         
     | 
| 58 | 
         
            +
            discriminator_channel_mult: 1
         
     | 
| 59 | 
         
            +
            num_workers: 4
         
     | 
| 60 | 
         
            +
            dist_config:
         
     | 
| 61 | 
         
            +
              dist_backend: nccl
         
     | 
| 62 | 
         
            +
              dist_url: tcp://localhost:54341
         
     | 
| 63 | 
         
            +
              world_size: 1
         
     | 
    	
        useful_ckpt/vocoder/best_netG.pt
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:970ca75ee4d5ce583e9396a4534acb14971ea2b4f1c22e038f476680c868a789
         
     | 
| 3 | 
         
            +
            size 449217313
         
     |