Skip to content

Conversation

SmileGoat
Copy link
Contributor

PR types

Bug fixes

PR changes

Describe

align linear_feature & nnet & refactor cmakelist

@mergify mergify bot added the Deployment label Mar 2, 2022
@zh794390558 zh794390558 added this to the r0.2.0 milestone Mar 2, 2022
}
decodable.InputFinished();
decodable->FeedFeatures(feature);
decoder.AdvanceDecode(decodable, 8);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chunk_size=8?

std::vector<std::vector<float>> feats;
produce_data(&feats);

std::cout << "2. load the model" << std::endl;;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果能example化的话,模型下载先关的就可以在example下组织起来了。

@@ -13,4 +13,4 @@ srfft.cc
tp-matrix.cc
)

target_link_libraries(kaldi-matrix gfortran kaldi-base libopenblas.a)
target_link_libraries(kaldi-matrix gfortran kaldi-base ${MATH_LIB})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gfortran需要额外安装

Copy link
Collaborator

@zh794390558 zh794390558 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zh794390558 zh794390558 merged commit ca5ed02 into PaddlePaddle:speechx Mar 2, 2022
@SmileGoat SmileGoat deleted the speechx_goat branch March 3, 2022 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants