会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wioponsen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2023年8月1日
github中文加速
摘要: https://ipgys.com/github/ https://github.puboat.com/ 替换 https://github.com/
阅读全文
posted @ 2023-08-01 20:19 wioponsen
阅读(31)
评论(0)
推荐(0)
2023年7月21日
编译自定义op
摘要: 有时候编译自定义cuda op的时候可能需要先关联下环境,麻烦 ```bash export CUDA_HOME=your/cuda/path export CUDA_TOOLKIT_ROOT_DIR=$CUDA_HOME export LD_LIBRARY_PATH="$CUDA_HOME/ext
阅读全文
posted @ 2023-07-21 10:32 wioponsen
阅读(28)
评论(0)
推荐(0)
2023年7月19日
spynet
摘要: ref:https://blog.csdn.net/tywwwww/article/details/127445412
阅读全文
posted @ 2023-07-19 15:28 wioponsen
阅读(43)
评论(0)
推荐(0)
2023年6月27日
开源license的区别与选择
摘要: ref: 1. https://www.jianshu.com/p/4f063795ffdf 2. http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html 
评论(0)
推荐(0)
2023年6月15日
pycharm 添加注释头
摘要: Setting -> Editor -> File and Code Templates Python Script ```python # -*- coding: utf-8 -*- # @FileName: ${NAME}.py # @Description: TODO # @Author :
阅读全文
posted @ 2023-06-15 10:30 wioponsen
阅读(15)
评论(0)
推荐(0)
2023年3月15日
tensorflow pb
摘要: ref: https://stackoverflow.com/questions/58119155/freezing-graph-to-pb-in-tensorflow2
阅读全文
posted @ 2023-03-15 14:03 wioponsen
阅读(25)
评论(0)
推荐(0)
2023年2月6日
VS编译器堆空间不足
摘要: ref:https://blog.csdn.net/zyhse/article/details/117417484 解决办法: 打开xxx.vcxproj文件,搜索“Globals”在文件中找到<PropertyGroup Label=“Globals”, 然后在这个节点的最后加一句 <Prefer
阅读全文
posted @ 2023-02-06 16:53 wioponsen
阅读(2610)
评论(0)
推荐(0)
2022年11月9日
python glob.glob() 和 os.listdir()的效率问题
摘要: 两者都可以进行文件遍历, 区别在于glob返回绝对完整路径,而os.listdir返回的是文件名。可以通过一些写法实现等价 但是在数据较多的情况, glob的效率明显低于listdir,可能正则表达式不如直接的 endswith、startswith、in 这类操作效率高。 imgs = glob.
阅读全文
posted @ 2022-11-09 17:08 wioponsen
阅读(682)
评论(0)
推荐(0)
2022年11月8日
linux 参数列表过大
摘要: ref: https://blog.csdn.net/weixin_39972777/article/details/111103053 在使用rm * 命令删除文件的时候, 会提示参数列表过大, 此时我们可以使用如下方法: 递归删除 find [path] -name ["*"] -print0|
阅读全文
posted @ 2022-11-08 15:03 wioponsen
阅读(122)
评论(0)
推荐(0)
2022年7月20日
wsl2 安装,支持gpu
摘要: 转载注明来源:https://www.cnblogs.com/wioponsen/p/16499442.html 0 要求 系统更新到2004以上, 我这里用的 21H2 cpu虚拟化启用,任务管理器->cpu->虚拟化查看,如果没开,进入bios开启 升级内核:https://wslstorest
阅读全文
posted @ 2022-07-20 18:44 wioponsen
阅读(731)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告