@@ -10,18 +10,18 @@ For the usage, please checkout the [source separation README](../README.md).
...
@@ -10,18 +10,18 @@ For the usage, please checkout the [source separation README](../README.md).
## (Default) Training Configurations
## (Default) Training Configurations
The default training/model configurations follow the best non-causal implementation from the paper. (causal configuration is not implemented.)
The default training/model configurations follow the non-causal implementation from [Asteroid](https://github.com/asteroid-team/asteroid/tree/master/egs/librimix/ConvTasNet). (causal configuration is not implemented.)
- Sample rate: 8000 Hz
- Sample rate: 8000 Hz
- Batch size: total 16 over distributed training workers
- Batch size: total 12 over distributed training workers
- Epochs: 100
- Epochs: 200
- Initial learning rate: 1e-3
- Initial learning rate: 1e-3
- Gradient clipping: maximum L2 norm of 5.0
- Gradient clipping: maximum L2 norm of 5.0
- Optimizer: Adam
- Optimizer: Adam
- Learning rate scheduling: Halved after 3 epochs of no improvement in validation accuracy.
- Learning rate scheduling: Halved after 5 epochs of no improvement in validation accuracy.