会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelchengjl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
44
下一页
2022年6月19日
ffmpeg 常用命令
摘要: 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
阅读(80)
评论(0)
推荐(0)
2022年6月13日
python 打包模块:nuitka
摘要: 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
阅读(80)
评论(0)
推荐(0)
2022年6月1日
模型量化
摘要: 模型量化 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
阅读(76)
评论(0)
推荐(0)
2022年5月30日
TVM 模型量化
摘要: 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
阅读(116)
评论(0)
推荐(0)
2022年5月27日
云原生技术图谱
摘要: 云原生技术图谱
阅读全文
posted @ 2022-05-27 20:55 michaelchengjl
阅读(104)
评论(0)
推荐(0)
从Python调用堆栈获取行号等信息
摘要: 从Python调用堆栈获取行号等信息 程序中的日志打印,或者消息上传,比如kafka消息等等。经常上传的消息中需要上传堆栈信息中的文件名、行号、上层调用者等具体用于定位的消息。Python提供了以下两种方法: sys._getframe, 基础方法 inspect.currentframe, 推荐方
阅读全文
posted @ 2022-05-27 15:19 michaelchengjl
阅读(339)
评论(0)
推荐(0)
2022年5月21日
vscode开发环境基础配置
摘要: vscode开发环境基础配置 此文用于记录我的VS Code环境配置(只涉及通用化配置,不包含诸如自定义代码段等定制化配置),主要用于算法/深度学习的日常开发,涉及语言为Python和C++,操作系统为Linux(偶尔用MAC OSX,极少用Windows),开发机器以远程服务器为主, 本地环境为辅
阅读全文
posted @ 2022-05-21 23:01 michaelchengjl
阅读(720)
评论(0)
推荐(0)
2022年5月18日
markdown语法
摘要: markdown语法 Markdown语法说明 详解版 https://www.zybuluo.com/mdeditor https://www.zybuluo.com/codeep/note/163962 https://yyixx.com/docs/tool/gitbook/
阅读全文
posted @ 2022-05-18 20:06 michaelchengjl
阅读(31)
评论(0)
推荐(0)
ubuntu20.04安装anaconda3
摘要: ubuntu20.04安装anaconda3 1. Anaconda安装包下载 (1) 官网下载 ,下载速度较慢 (2) 清华大学开源软件镜像站 wget url 2. 安装Anaconda3 进入文件下载目录 并运行安装脚本 bash Anaconda3-2020.07-Linux-x86_64.
阅读全文
posted @ 2022-05-18 16:38 michaelchengjl
阅读(2672)
评论(0)
推荐(0)
Ubuntu: Termintor+zsh让你的Terminal更美观、更智能、更高效
摘要: Ubuntu: Termintor+zsh让你的Terminal更美观、更智能、更高效 Terminator + zsh + (tmux) 是一个比较完美的搭配 下面就来说一下二者的安装配置 Terminator 安装 sudo aptitude install terminator 注aptitu
阅读全文
posted @ 2022-05-18 15:12 michaelchengjl
阅读(3420)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
44
下一页
公告