mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
modified musdb training config so that it provides decent results
This commit is contained in:
@@ -10,17 +10,17 @@
|
|||||||
"T":512,
|
"T":512,
|
||||||
"F":1024,
|
"F":1024,
|
||||||
"n_channels":2,
|
"n_channels":2,
|
||||||
"n_chunks_per_song":1,
|
"n_chunks_per_song":40,
|
||||||
"separation_exponent":2,
|
"separation_exponent":2,
|
||||||
"mask_extension":"zeros",
|
"mask_extension":"zeros",
|
||||||
"learning_rate": 1e-4,
|
"learning_rate": 1e-4,
|
||||||
"batch_size":4,
|
"batch_size":4,
|
||||||
"training_cache":"cache/training",
|
"training_cache":"cache/training",
|
||||||
"validation_cache":"cache/validation",
|
"validation_cache":"cache/validation",
|
||||||
"train_max_steps": 100000,
|
"train_max_steps": 200000,
|
||||||
"throttle_secs":600,
|
"throttle_secs":1800,
|
||||||
"random_seed":3,
|
"random_seed":3,
|
||||||
"save_checkpoints_steps":300,
|
"save_checkpoints_steps":1000,
|
||||||
"save_summary_steps":5,
|
"save_summary_steps":5,
|
||||||
"model":{
|
"model":{
|
||||||
"type":"unet.unet",
|
"type":"unet.unet",
|
||||||
|
|||||||
Reference in New Issue
Block a user