# tf **Repository Path**: kangear/tf ## Basic Information - **Project Name**: tf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tf #### 项目介绍 ``` #how to run export LD_LIBRARY_PATH=$PWD && ./label_wav_cc --graph=my_frozen_graph.pb --labels=conv_labels.txt --wav=left.wav ``` ``` ~/tf# time ./label_wav_cc --graph=my_frozen_graph.pb --labels=conv_labels.txt --wav=left.wav 2018-09-09 21:50:09.375243: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA 2018-09-09 21:50:09.491581: I tensorflow/examples/speech_commands/label_wav.cc:171] left (6): 0.836183 2018-09-09 21:50:09.491640: I tensorflow/examples/speech_commands/label_wav.cc:171] yes (2): 0.119026 2018-09-09 21:50:09.491652: I tensorflow/examples/speech_commands/label_wav.cc:171] _unknown_ (1): 0.0321408 real 0m0.165s user 0m0.116s sys 0m0.060s ```