PyTorch
ssl-aasist
custom_code
File size: 653 Bytes
d28af7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
includes: projects/task/default.yaml
task_type: sweep_big
slurm_config: big
dataset:
  meta_processor: ShardedHow2MetaProcessor
  train_path: data/how2/how2_s3d_train.lst
  val_path: data/how2/how2_s3d_val.lst
  video_processor: ShardedVideoProcessor
  vfeat_dir: data/feat/feat_how2_s3d_shard_small
  text_processor: ShardedTextProcessor
  tfeat_dir: data/feat/feat_how2_s3d_shard_small/raw_caption_dedup.bert-base-uncased.
  aligner: FixedLenAligner
# disable direct running of this yaml
eval:
  save_path: runs/task
fairseq:
  checkpoint:
    save_dir: runs/task
    save_interval_updates: 1024
    keep_interval_updates: 2
    keep_last_epochs: 30