Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
13b04cf
1
Parent(s):
b61e699
confs
Browse files
conf/generated/gamelan-xeno-canto/c2f.yml
CHANGED
@@ -10,6 +10,8 @@ VampNet.n_layers: 16
|
|
10 |
fine_tune: true
|
11 |
save_path: ./runs/gamelan-xeno-canto/c2f
|
12 |
train/AudioLoader.sources:
|
13 |
-
- /media/CHONK/hugo/loras/
|
|
|
14 |
val/AudioLoader.sources:
|
15 |
-
- /media/CHONK/hugo/loras/
|
|
|
|
10 |
fine_tune: true
|
11 |
save_path: ./runs/gamelan-xeno-canto/c2f
|
12 |
train/AudioLoader.sources:
|
13 |
+
- /media/CHONK/hugo/loras/Sound Tracker - Gamelan (Indonesia) [UEWCCSuHsuQ].mp3
|
14 |
+
- /media/CHONK/hugo/loras/xeno-canto-2
|
15 |
val/AudioLoader.sources:
|
16 |
+
- /media/CHONK/hugo/loras/Sound Tracker - Gamelan (Indonesia) [UEWCCSuHsuQ].mp3
|
17 |
+
- /media/CHONK/hugo/loras/xeno-canto-2
|
conf/generated/gamelan-xeno-canto/coarse.yml
CHANGED
@@ -3,6 +3,8 @@ $include:
|
|
3 |
fine_tune: true
|
4 |
save_path: ./runs/gamelan-xeno-canto/coarse
|
5 |
train/AudioLoader.sources:
|
6 |
-
- /media/CHONK/hugo/loras/
|
|
|
7 |
val/AudioLoader.sources:
|
8 |
-
- /media/CHONK/hugo/loras/
|
|
|
|
3 |
fine_tune: true
|
4 |
save_path: ./runs/gamelan-xeno-canto/coarse
|
5 |
train/AudioLoader.sources:
|
6 |
+
- /media/CHONK/hugo/loras/Sound Tracker - Gamelan (Indonesia) [UEWCCSuHsuQ].mp3
|
7 |
+
- /media/CHONK/hugo/loras/xeno-canto-2
|
8 |
val/AudioLoader.sources:
|
9 |
+
- /media/CHONK/hugo/loras/Sound Tracker - Gamelan (Indonesia) [UEWCCSuHsuQ].mp3
|
10 |
+
- /media/CHONK/hugo/loras/xeno-canto-2
|
conf/generated/gamelan-xeno-canto/interface.yml
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
AudioLoader.sources:
|
2 |
-
- /media/CHONK/hugo/loras/
|
|
|
3 |
Interface.coarse2fine_ckpt: ./runs/gamelan-xeno-canto/c2f/best/vampnet/weights.pth
|
4 |
Interface.coarse_ckpt: ./runs/gamelan-xeno-canto/coarse/best/vampnet/weights.pth
|
5 |
Interface.codec_ckpt: ./models/spotdl/codec.pth
|
|
|
1 |
AudioLoader.sources:
|
2 |
+
- /media/CHONK/hugo/loras/Sound Tracker - Gamelan (Indonesia) [UEWCCSuHsuQ].mp3
|
3 |
+
- /media/CHONK/hugo/loras/xeno-canto-2
|
4 |
Interface.coarse2fine_ckpt: ./runs/gamelan-xeno-canto/c2f/best/vampnet/weights.pth
|
5 |
Interface.coarse_ckpt: ./runs/gamelan-xeno-canto/coarse/best/vampnet/weights.pth
|
6 |
Interface.codec_ckpt: ./models/spotdl/codec.pth
|
conf/lora/lora.yml
CHANGED
@@ -15,4 +15,8 @@ num_workers: 7
|
|
15 |
epoch_length: 100
|
16 |
save_audio_epochs: 4
|
17 |
|
18 |
-
AdamW.lr: 0.0001
|
|
|
|
|
|
|
|
|
|
15 |
epoch_length: 100
|
16 |
save_audio_epochs: 4
|
17 |
|
18 |
+
AdamW.lr: 0.0001
|
19 |
+
|
20 |
+
# let's us organize sound classes into folders and choose from those sound classes uniformly
|
21 |
+
AudioDataset.without_replacement: False
|
22 |
+
max_epochs: 1000
|