Chimera-ST icon indicating copy to clipboard operation
Chimera-ST copied to clipboard

A PyTorch implementation of paper "Learning Shared Semantic Space for Speech-to-Text Translation", ACL (Findings) 2021

Results 1 Chimera-ST issues
Sort by recently updated
recently updated
newest added

Chimera-ST/chimera/prepare_data/prep_mustc_data.py 88 change to sample_rate = torchaudio.info(wav_path).sample_rate 114 change to waveform, _ = torchaudio.load( wav_path, frame_offset=offset, num_frames=n_frames)