"janus/models/clip_encoder.py" did not exist on "3ceb2dca587decc26db8cbcdcb54f13aa26e3f09"
  • Nik's avatar
    fix #14524 (IndexError when mask prob is too low) (#14525) · 6645eb61
    Nik authored
    * fix #14524 (IndexError when mask prob is too low)
    
    * fix formatting
    
    * correct documentation, add option for setting min_num_masks
    
    * change the semantic meaning of `mask_prob` in _compute_mask_indices
    
    With this commit the meaing of `mask_prob` actually adhered to the probability for each
    vector to be the start of a masked span of length.
    
    * fix check_copies test
    
    * fix documentation to semantic meaning of `upper bound of overall masking percentage`, revert changes to _compute_mask_indices
    
    * fix typo
    6645eb61
modeling_unispeech.py 67 KB