06 2022 档案

摘要:git tag 常用命令_02 https://blog.csdn.net/qq_21746331/article/details/120776710 https://www.cnblogs.com/yongdaimi/p/11738305.html https://git-scm.com/book 阅读全文
posted @ 2022-06-30 14:19 michaelchengjl 阅读(8) 评论(0) 推荐(0) 编辑
摘要:git tag 常用命令 在我们开发的过程中,可能经过多次 commit 提交才会确定一个版本,那么除了用 commit comments 来标识一次提交记录,还有没有什么更好的办法呢?GIT 为我们提供了标签这个功能,使用标签可以对某一次提交记录做上一个小标记。 # 查看本地分支标签 git ta 阅读全文
posted @ 2022-06-30 11:33 michaelchengjl 阅读(324) 评论(0) 推荐(0) 编辑
摘要:TVM: Expressions in Relay https://tvm.apache.org/docs/reference/langref/relay_expr.html 阅读全文
posted @ 2022-06-28 15:53 michaelchengjl 阅读(11) 评论(0) 推荐(0) 编辑
摘要:TVM 入门指北 TVM overview https://cloud.tencent.com/developer/article/2126872 TVM: Pass Infrastructure https://tvm.apache.org/docs/arch/pass_infra.html# 阅读全文
posted @ 2022-06-28 15:52 michaelchengjl 阅读(18) 评论(0) 推荐(0) 编辑
摘要: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 阅读(33) 评论(0) 推荐(0) 编辑
摘要:跳板机和堡垒机的区别_什么是堡垒机?为什么需要堡垒机? [转] https://blog.csdn.net/weixin_39761655/article/details/110864978 阅读全文
posted @ 2022-06-21 09:37 michaelchengjl 阅读(240) 评论(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 阅读(278) 评论(0) 推荐(0) 编辑
摘要:TTS 服务 TTS是Text To Speech的缩写,翻译成中文就是“从文本到语言”的意思,一般是指语音合成技术。而所谓的TTS软件说的通俗点就是指文本转语音软件。 微软Text to Speech文本转语音服务 为什么开头就介绍微软的这个服务呢?因为它很强啊... 微软的Text to Spe 阅读全文
posted @ 2022-06-19 21:05 michaelchengjl 阅读(499) 评论(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 阅读(54) 评论(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 阅读(48) 评论(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 阅读(65) 评论(0) 推荐(0) 编辑