上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 43 下一页
摘要: TVM: Schedule Primitives in TVM https://tvm.apache.org/docs/how_to/work_with_schedules/schedule_primitives.html 阅读全文
posted @ 2022-06-28 15:52 michaelchengjl 阅读(45) 评论(0) 推荐(0)
摘要: 跳板机和堡垒机的区别_什么是堡垒机?为什么需要堡垒机? [转] https://blog.csdn.net/weixin_39761655/article/details/110864978 阅读全文
posted @ 2022-06-21 09:37 michaelchengjl 阅读(249) 评论(0) 推荐(0)
摘要: Ubuntu18.04使用Systemback制作系统镜像并还原 https://blog.csdn.net/z952957407/article/details/108749019 https://blog.csdn.net/caliph21/article/details/109167583 阅读全文
posted @ 2022-06-20 10:07 michaelchengjl 阅读(312) 评论(0) 推荐(0)
摘要: TTS 服务 TTS是Text To Speech的缩写,翻译成中文就是“从文本到语言”的意思,一般是指语音合成技术。而所谓的TTS软件说的通俗点就是指文本转语音软件。 微软Text to Speech文本转语音服务 为什么开头就介绍微软的这个服务呢?因为它很强啊... 微软的Text to Spe 阅读全文
posted @ 2022-06-19 21:05 michaelchengjl 阅读(572) 评论(0) 推荐(0)
摘要: ffmpeg 常用命令 视频转图片 ffmpeg -i cut_clean.mp4 -r 25 -f image2 image-%4d.png 视频去logo ffmpeg -i cut.mp4 -vf "delogo=x=681:y=639:w=555:h=138" -c:a copy cut_c 阅读全文
posted @ 2022-06-19 21:01 michaelchengjl 阅读(61) 评论(0) 推荐(0)
摘要: python 打包模块:nuitka https://pythonmana.com/2022/01/202201250238275410.html https://www.cnblogs.com/leoych/p/14446354.html https://www.cnblogs.com/OnceM 阅读全文
posted @ 2022-06-13 10:27 michaelchengjl 阅读(57) 评论(0) 推荐(0)
摘要: 模型量化 refer: https://zhuanlan.zhihu.com/p/132561405 https://www.zhihu.com/org/shang-tang-ke-ji-sensetime https://zhuanlan.zhihu.com/p/64744154 https:// 阅读全文
posted @ 2022-06-01 09:50 michaelchengjl 阅读(68) 评论(0) 推荐(0)
摘要: TVM 模型量化 [RFC] Search-based Automated Quantization I proposed a new quantization framework, which brings hardware and learning method in the loop. Bro 阅读全文
posted @ 2022-05-30 21:48 michaelchengjl 阅读(93) 评论(0) 推荐(0)
摘要: 云原生技术图谱 阅读全文
posted @ 2022-05-27 20:55 michaelchengjl 阅读(97) 评论(0) 推荐(0)
摘要: 从Python调用堆栈获取行号等信息 程序中的日志打印,或者消息上传,比如kafka消息等等。经常上传的消息中需要上传堆栈信息中的文件名、行号、上层调用者等具体用于定位的消息。Python提供了以下两种方法: sys._getframe, 基础方法 inspect.currentframe, 推荐方 阅读全文
posted @ 2022-05-27 15:19 michaelchengjl 阅读(314) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 43 下一页