File size: 1,420 Bytes
b1fbeda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
exp_name: FakeMusicCaps_eat_Nes2Net_NoAug_seed2
output_dir: ./outputs/FakeMusicCaps/
seed: 2
data:
  target_sr: 16000
  label_map:
    bonafide: 1
    spoof: 0
  train:
    dataset_type: StandardDataset
    parquet_files:
    - /netscratch/yelkheir/DeepFense/DeepFense/deepfense/config/parquets/FakeMusicCaps/fakemusiccaps_train.parquet
    dataset_names:
    - FakeMusicCaps_Train
    batch_size: 16
    shuffle: true
    num_workers: 4
    base_transform:
    - type: pad
      max_len: 64000
      random_pad: true
      pad_type: repeat
    augment_transform: []
  val:
    dataset_type: StandardDataset
    parquet_files:
    - /netscratch/yelkheir/DeepFense/DeepFense/deepfense/config/parquets/FakeMusicCaps/fakemusiccaps_dev.parquet
    dataset_names:
    - FakeMusicCaps_Dev
    batch_size: 16
    shuffle: false
    num_workers: 4
    base_transform:
    - type: pad
      max_len: 64000
      pad_type: repeat
model:
  type: StandardDetector
  frontend:
    type: eat
    args:
      source: huggingface
  backend:
    type: Nes2Net
  loss:
  - type: CrossEntropy
    embedding_dim: 1024
    n_classes: 2
    weight: 1.0
training:
  trainer: StandardTrainer
  epochs: 100
  early_stopping_patience: 7
  optimizer:
    type: adam
    lr: 1.0e-06
  metrics:
    ACC: {}
    EER: {}
  eval_every_epochs: 1
  device: cuda
  output_dir: ./outputs/FakeMusicCaps/FakeMusicCaps_eat_Nes2Net_NoAug_seed2_20260121_233348