自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 tflite interpreter

https://www.tensorflow.org/lite/guide/inference怎样训练模型后进行推断验证假设输入数据为list, 假设为yes_listimport numpy as npimport tensorflow as tf# Load the TFLite model and allocate tensors.interpreter = tf.lite.Interpreter(model_path="converted_model.tflite")in.

2021-03-05 09:43:50 1370 3

原创 CMake的使用

基本功能:怎样使用:在CMakeLists.txt的目录下创建build文件夹,在build 路径 执行cmake .. (.. 表示上级目录), 然后执行make, 生成的中间文件 和 target文件都在build路径下。怎样定义target:可执行文件、静态库和动态库add_library(hello_library STATIC /SHARED (默认是static) src/Hello.cpp)add_executable(hello_binary sr...

2021-03-04 09:31:41 493 1

原创 MFCC 学习

Mel Frequency Cepstral Coefficient (MFCC) tutorialhttp://www.practicalcryptography.com/miscellaneous/machine-learning/guide-mel-frequency-cepstral-coefficients-mfccs/这篇英文文章讲的的挺好,还有对应的代码https://github.com/jameslyons/python_speech_featureshttps://en.

2021-03-02 17:26:38 312

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除