Ikko Eltociear Ashimine
Committed by GitHub

Update features.h (#994)

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