[Engine] rename cls to AudioClassification

pull/3188/head^2
MarsMeng 2 years ago
parent 11ce08b260
commit 09f0efa90b

@ -12,7 +12,7 @@ if(WITH_ASR)
endif() endif()
if(WITH_CLS) if(WITH_CLS)
add_subdirectory(cls) add_subdirectory(audio_classification)
endif() endif()
if(WITH_VAD) if(WITH_VAD)

@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#include "cls/nnet/panns_interface.h" #include "audio_classification/nnet/panns_interface.h"
#include "cls/nnet/panns_nnet.h" #include "audio_classification/nnet/panns_nnet.h"
#include "common/base/config.h" #include "common/base/config.h"
namespace ppspeech { namespace ppspeech {

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#include "cls/nnet/panns_nnet.h" #include "audio_classification/nnet/panns_nnet.h"
#ifdef WITH_PROFILING #ifdef WITH_PROFILING
#include "kaldi/base/timer.h" #include "kaldi/base/timer.h"
#endif #endif

@ -17,7 +17,7 @@
#include "gflags/gflags.h" #include "gflags/gflags.h"
#include "glog/logging.h" #include "glog/logging.h"
#include "cls/nnet/panns_interface.h" #include "audio_classification/nnet/panns_interface.h"
DEFINE_string(conf_path, "", "config path"); DEFINE_string(conf_path, "", "config path");
DEFINE_string(scp_path, "", "wav scp path"); DEFINE_string(scp_path, "", "wav scp path");
Loading…
Cancel
Save