会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李虹杰
博客园
首页
新随笔
联系
订阅
管理
2017年12月19日
Pytorch Common Knowledge to shortern the search time
摘要: 1. Tensor order for training images, [N, C, H, W] 2. Pytorch not returning gpu memory ( https://github.com/pytorch/pytorch/issues/1085 ) github replie
阅读全文
posted @ 2017-12-19 10:45 李虹杰
阅读(147)
评论(0)
推荐(0)
2015年12月20日
common git commands
摘要: 1. Three ways to undo changes made to Git project git checkout HEAD filename: Discards changes in the working directory git reset HEAD filename: Uns...
阅读全文
posted @ 2015-12-20 21:49 李虹杰
阅读(163)
评论(0)
推荐(0)
2015年12月15日
Get video duration using C++ and ffmpeg
摘要: One Solution:#include #include #include #include std::string filename = //path//to//the//file // The filename;std::string command = "ffmpeg -i " + fil...
阅读全文
posted @ 2015-12-15 16:15 李虹杰
阅读(534)
评论(0)
推荐(0)
2015年11月25日
OpenCV安装过程中可能的坑
摘要: OpenCV安装的几个坑
阅读全文
posted @ 2015-11-25 21:11 李虹杰
阅读(290)
评论(0)
推荐(0)
2015年11月18日
第一篇博客
摘要: 试试博客园怎么用
阅读全文
posted @ 2015-11-18 10:38 李虹杰
阅读(81)
评论(0)
推荐(0)
公告