diff options
Diffstat (limited to 'train.py')
| -rw-r--r-- | train.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ default_params = { 'results_path': 'results', 'epoch_limit': 1000, 'resume': True, - 'sample_rate': 16000, + 'sample_rate': 44100, 'n_samples': 1, 'sample_length': 80000, 'loss_smoothing': 0.99, |
