reduce params
This commit is contained in:
		
							parent
							
								
									ba271f8a2a
								
							
						
					
					
						commit
						9170666592
					
				|  | @ -1,5 +1,5 @@ | |||
| defaults: | ||||
|   - model : WaveUnet | ||||
|   - model : Demucs | ||||
|   - dataset : Vctk | ||||
|   - optimizer : Adam | ||||
|   - hyperparameters : default | ||||
|  |  | |||
|  | @ -1,11 +1,11 @@ | |||
| _target_: enhancer.models.demucs.Demucs | ||||
| num_channels: 1 | ||||
| resample: 4 | ||||
| resample: 2 | ||||
| sampling_rate : 16000 | ||||
| 
 | ||||
| encoder_decoder: | ||||
|   depth: 5 | ||||
|   initial_output_channels: 48 | ||||
|   initial_output_channels: 32 | ||||
|   kernel_size: 8 | ||||
|   stride: 1 | ||||
|   growth_factor: 2 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 shahules786
						shahules786