BeatHeritage-v1 / configs /calc_fid.yaml
fourmansyah's picture
Duplicate from hongminh54/BeatHeritage-v1
12a8e0f
defaults:
- base_fid
- inference: tiny_dist7
- _self_
compile: false
num_processes: 32
seed: 0
skip_generation: false
fid: true
rhythm_stats: true
classifier_ckpt: 'OliBomby/osu-classifier'
classifier_batch_size: 32
training_set_ids_path: null
dataset_type: "mmrs"
dataset_path: C:/Users/Olivier/Documents/Collections/Beatmap ML Datasets/MMRS2025
dataset_start: 0
dataset_end: 106 # Contains 324 std beatmaps
gamemodes: [0] # List of gamemodes to include in the dataset
inference:
super_timing: false
temperature: 0.9 # Sampling temperature
top_p: 0.9 # Top-p sampling threshold
lookback: 0.5 # Fraction of audio sequence to fill with tokens from previous inference window
lookahead: 0.4 # Fraction of audio sequence to skip at the end of the audio window
year: 2023
resnap_events: false
use_server: false
hydra:
job:
chdir: True
run:
# dir: ./logs_fid/${now:%Y-%m-%d}/${now:%H-%M-%S}
dir: ./logs_fid/test
sweep:
dir: ./logs_fid/sweeps/test_3
subdir: ${hydra.job.override_dirname}