继续操作前请注册或者登录。
Ikko Eltociear Ashimine
Committed by GitHub

Update features.h (#994)

... ... @@ -119,7 +119,7 @@ class FeatureExtractor {
* @param frame_index The starting frame index
* @param n Number of frames to get.
* @return Return a 2-D tensor of shape (n, feature_dim).
* which is flattened into a 1-D vector (flattened in in row major)
* which is flattened into a 1-D vector (flattened in row major)
*/
std::vector<float> GetFrames(int32_t frame_index, int32_t n) const;
... ...