diff --git a/configs/musdb_config.json b/configs/musdb_config.json index 28b0def..1729354 100644 --- a/configs/musdb_config.json +++ b/configs/musdb_config.json @@ -10,17 +10,17 @@ "T":512, "F":1024, "n_channels":2, - "n_chunks_per_song":1, + "n_chunks_per_song":40, "separation_exponent":2, "mask_extension":"zeros", "learning_rate": 1e-4, "batch_size":4, "training_cache":"cache/training", "validation_cache":"cache/validation", - "train_max_steps": 100000, - "throttle_secs":600, + "train_max_steps": 200000, + "throttle_secs":1800, "random_seed":3, - "save_checkpoints_steps":300, + "save_checkpoints_steps":1000, "save_summary_steps":5, "model":{ "type":"unet.unet",