ShiromiyaGamer
commited on
Commit
•
1ca8b82
1
Parent(s):
aef0324
Upload 2 files
Browse files
bandit-v2/checkpoint-multi.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abcfccf65446752a057f4a302c941479a54b7560ebf8d7bca039d2ea98e64cfc
|
3 |
+
size 446680129
|
bandit-v2/dnr-v3-com-smad-multi-v2b.yaml
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets:
|
2 |
+
train:
|
3 |
+
cls: DivideAndRemasterRandomChunkDataset
|
4 |
+
kwargs:
|
5 |
+
split: train
|
6 |
+
subset: ${....commons.datasets.subset}
|
7 |
+
stems: ${....commons.datasets.stems}
|
8 |
+
npy_memmap: ${....commons.datasets.npy_memmap}
|
9 |
+
full_audio_length_seconds: ${....commons.datasets.full_audio_length_seconds}
|
10 |
+
data_root: ${....commons.datasets.data_root}
|
11 |
+
chunk_size_seconds: ${....commons.datasets.chunk_size_seconds}
|
12 |
+
target_dataset_length: 16384 #10240
|
13 |
+
aligned_chunking: false
|
14 |
+
auto_include_mixture: true
|
15 |
+
recompute_mixture: true
|
16 |
+
|
17 |
+
val:
|
18 |
+
cls: DivideAndRemasterDeterministicChunkDataset
|
19 |
+
kwargs:
|
20 |
+
split: val
|
21 |
+
subset: ${....commons.datasets.subset}
|
22 |
+
stems: ${....commons.datasets.stems}
|
23 |
+
npy_memmap: ${....commons.datasets.npy_memmap}
|
24 |
+
full_audio_length_seconds: ${....commons.datasets.full_audio_length_seconds}
|
25 |
+
data_root: ${....commons.datasets.data_root}
|
26 |
+
chunk_size_seconds: ${....commons.datasets.chunk_size_seconds}
|
27 |
+
hop_size_seconds: ${....commons.datasets.hop_size_seconds}
|
28 |
+
aligned_chunking: true
|
29 |
+
auto_include_mixture: true
|
30 |
+
recompute_mixture: true
|
31 |
+
test:
|
32 |
+
cls: DivideAndRemasterFullTrackDataset
|
33 |
+
kwargs:
|
34 |
+
split: test
|
35 |
+
subset: ${....commons.datasets.subset}
|
36 |
+
stems: ${....commons.datasets.stems}
|
37 |
+
npy_memmap: ${....commons.datasets.npy_memmap}
|
38 |
+
full_audio_length_seconds: ${....commons.datasets.full_audio_length_seconds}
|
39 |
+
data_root: ${....commons.datasets.data_root}
|
40 |
+
|
41 |
+
|
42 |
+
commons:
|
43 |
+
datasets:
|
44 |
+
subset: multi-v2b
|
45 |
+
stems:
|
46 |
+
- speech
|
47 |
+
- music
|
48 |
+
- sfx
|
49 |
+
npy_memmap: true
|
50 |
+
full_audio_length_seconds: 60.0
|
51 |
+
chunk_size_seconds: 8.0
|
52 |
+
hop_size_seconds: 8.0
|
53 |
+
data_root: /fsx_vfx/projects/aa-cass/data/dnr-variants/dnr-v3-com-48k-smad-multi-v2
|
54 |
+
|
55 |
+
datamodule:
|
56 |
+
cls: DivideAndRemasterDataModule
|
57 |
+
kwargs:
|
58 |
+
batch_size_per_gpu: 8
|
59 |
+
num_workers: 8
|