Closed sysuzyq closed 3 years ago
He does that to save some space. The raw data is ~ 1.1Tb, and by just this simple transformation, the datasize gets halved without much of a drawback.
He does that to save some space. The raw data is ~ 1.1Tb, and by just this simple transformation, the datasize gets halved without much of a drawback.
thanks
during training, you transform the waveform from float32 to int16, and then back to float32. could you tell me why ?
but in pytorch/inference.py , you don't do this. could you tell me why ?