Syncing to home.

This commit is contained in:
j-hartling
2026-05-08 18:21:47 +02:00
parent 4b4a04ab2a
commit f14de13823
16 changed files with 578 additions and 395 deletions

View File

@@ -8,11 +8,11 @@ from IPython import embed
# General:
search_target = '*'
mode = ['song', 'noise'][1]
mode = ['song', 'noise'][0]
input_folder = f'../data/field/raw/{mode}/'
output_folder = f'../data/field/processed/{mode}/'
stages = ['raw', 'norm']
if True:
if False:
# Overwrites edited:
stages.append('songs')