Add files using upload-large-folder tool
Browse files- .gitkeep +0 -0
- checkpoints/.gitkeep +0 -0
- checkpoints/audioldm-s-full-v2.ckpt +3 -0
- checkpoints/audiomae_16k_128bins.ckpt +3 -0
- checkpoints/clap_htsat_tiny.pt +3 -0
- checkpoints/clap_music_speech_audioset_epoch_15_esc_89.98.pt +3 -0
- checkpoints/hifigan_16k_64bins.ckpt +3 -0
- checkpoints/hifigan_16k_64bins.json +37 -0
- checkpoints/hifigan_48k_256bins.ckpt +3 -0
- checkpoints/hifigan_48k_256bins.json +36 -0
- checkpoints/vae_mel_16k_64bins.ckpt +3 -0
- dataset/.gitkeep +0 -0
.gitkeep
ADDED
|
File without changes
|
checkpoints/.gitkeep
ADDED
|
File without changes
|
checkpoints/audioldm-s-full-v2.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97480c9298ec71eb1930cf7f283ad0dc139f9e3e8929de7496aae7471d663614
|
| 3 |
+
size 2559017383
|
checkpoints/audiomae_16k_128bins.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a71507cf57513fd513c76c72c74b6396787c1e345bd93936ac154185a75dc29
|
| 3 |
+
size 1639079507
|
checkpoints/clap_htsat_tiny.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b945c9550254099cb6ba871aa28c74e146defdd5483c11d58299d6a2d5175f4
|
| 3 |
+
size 1863587645
|
checkpoints/clap_music_speech_audioset_epoch_15_esc_89.98.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51c68f12f9d7ea25fdaaccf741ec7f81e93ee594455410f3bca4f47f88d8e006
|
| 3 |
+
size 2352471003
|
checkpoints/hifigan_16k_64bins.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0938bbd2d0f3e610b05368afbb6b303bceb86bc340b8896a6d17bfa476695c2b
|
| 3 |
+
size 221242730
|
checkpoints/hifigan_16k_64bins.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"resblock": "1",
|
| 3 |
+
"num_gpus": 6,
|
| 4 |
+
"batch_size": 16,
|
| 5 |
+
"learning_rate": 0.0002,
|
| 6 |
+
"adam_b1": 0.8,
|
| 7 |
+
"adam_b2": 0.99,
|
| 8 |
+
"lr_decay": 0.999,
|
| 9 |
+
"seed": 1234,
|
| 10 |
+
|
| 11 |
+
"upsample_rates": [5,4,2,2,2],
|
| 12 |
+
"upsample_kernel_sizes": [16,16,8,4,4],
|
| 13 |
+
"upsample_initial_channel": 1024,
|
| 14 |
+
"resblock_kernel_sizes": [3,7,11],
|
| 15 |
+
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
|
| 16 |
+
|
| 17 |
+
"segment_size": 8192,
|
| 18 |
+
"num_mels": 64,
|
| 19 |
+
"num_freq": 1025,
|
| 20 |
+
"n_fft": 1024,
|
| 21 |
+
"hop_size": 160,
|
| 22 |
+
"win_size": 1024,
|
| 23 |
+
|
| 24 |
+
"sampling_rate": 16000,
|
| 25 |
+
|
| 26 |
+
"fmin": 0,
|
| 27 |
+
"fmax": 8000,
|
| 28 |
+
"fmax_for_loss": null,
|
| 29 |
+
|
| 30 |
+
"num_workers": 4,
|
| 31 |
+
|
| 32 |
+
"dist_config": {
|
| 33 |
+
"dist_backend": "nccl",
|
| 34 |
+
"dist_url": "tcp://localhost:54321",
|
| 35 |
+
"world_size": 1
|
| 36 |
+
}
|
| 37 |
+
}
|
checkpoints/hifigan_48k_256bins.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56448c9f194fe73453e6839d1c3e045623682fb6e6d8bfeb4d795caab0acd0d8
|
| 3 |
+
size 761419396
|
checkpoints/hifigan_48k_256bins.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"resblock": "1",
|
| 3 |
+
"num_gpus": 8,
|
| 4 |
+
"batch_size": 128,
|
| 5 |
+
"learning_rate": 0.0001,
|
| 6 |
+
"adam_b1": 0.8,
|
| 7 |
+
"adam_b2": 0.99,
|
| 8 |
+
"lr_decay": 0.999,
|
| 9 |
+
"seed": 1234,
|
| 10 |
+
|
| 11 |
+
"upsample_rates": [6,5,4,2,2],
|
| 12 |
+
"upsample_kernel_sizes": [12,10,8,4,4],
|
| 13 |
+
"upsample_initial_channel": 1536,
|
| 14 |
+
"resblock_kernel_sizes": [3,7,11,15],
|
| 15 |
+
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5], [1,3,5]],
|
| 16 |
+
|
| 17 |
+
"segment_size": 15360,
|
| 18 |
+
"num_mels": 256,
|
| 19 |
+
"n_fft": 2048,
|
| 20 |
+
"hop_size": 480,
|
| 21 |
+
"win_size": 2048,
|
| 22 |
+
|
| 23 |
+
"sampling_rate": 48000,
|
| 24 |
+
|
| 25 |
+
"fmin": 20,
|
| 26 |
+
"fmax": 24000,
|
| 27 |
+
"fmax_for_loss": null,
|
| 28 |
+
|
| 29 |
+
"num_workers": 8,
|
| 30 |
+
|
| 31 |
+
"dist_config": {
|
| 32 |
+
"dist_backend": "nccl",
|
| 33 |
+
"dist_url": "tcp://localhost:18273",
|
| 34 |
+
"world_size": 1
|
| 35 |
+
}
|
| 36 |
+
}
|
checkpoints/vae_mel_16k_64bins.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1879044a35c3c38600c70f2e70bee8f28706982af51be6dd7e00ec2e6788807
|
| 3 |
+
size 977975678
|
dataset/.gitkeep
ADDED
|
File without changes
|