Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -0
    	
        hyperparams.yaml
    CHANGED
    
    | @@ -76,6 +76,7 @@ encoder: !new:speechbrain.nnet.containers.LengthsCapableSequential | |
| 76 | 
             
                wav2vec2: !ref <wav2vec2>
         | 
| 77 | 
             
                enc: !ref <enc>
         | 
| 78 | 
             
                ctc_lin: !ref <ctc_lin>
         | 
|  | |
| 79 |  | 
| 80 | 
             
            modules:
         | 
| 81 | 
             
              encoder: !ref <encoder>
         | 
|  | |
| 76 | 
             
                wav2vec2: !ref <wav2vec2>
         | 
| 77 | 
             
                enc: !ref <enc>
         | 
| 78 | 
             
                ctc_lin: !ref <ctc_lin>
         | 
| 79 | 
            +
                log_softmax: !ref <log_softmax>
         | 
| 80 |  | 
| 81 | 
             
            modules:
         | 
| 82 | 
             
              encoder: !ref <encoder>
         | 

