- 博客(4)
- 收藏
- 关注
原创 个人刷题记录
个人刷题记录二分查找 二分查找 二分查找:https://leetcode-cn.com/problems/binary-search/ 第一个错误的版本:https://leetcode-cn.com/problems/first-bad-version/ 搜索插入位置:https://leetcode-cn.com/problems/search-insert-position/ ...
2021-07-10 21:46:39
211
原创 if self.ld_version >= "2.10.90": TypeError: '>=' not supported between instances of 'NoneType' and
如果使用python setup.py build_ext --inplace出现如下错误 if self.ld_version >= "2.10.90": TypeError: '>=' not supported between instances of 'NoneType' and 'str' 可以如果安装了vs(我的版本是2019),可以尝试: python set...
2020-04-05 13:59:20
4392
3
原创 No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils 解决方法: 安装mingw32 在distutils目录下新建文件distutils.cfg, 加入代码: [build] compiler=mingw32 ...
2020-04-05 12:37:13
12809
6
原创 C-COT开源测试程序配置
最近在看"Efficient Convolution Operators for Tracking"这篇论文, 这篇文章主要是对前作C-COT的改进. 文中引用了很多前作的内容, 因此把前作拿来学习了一下, 同时测试了开源demo. 首先下载源程序: https://github.com/martin-danelljan/Continuous-ConvOp 之后安装vs, 安装vs的主要目的...
2020-03-14 20:51:47
596
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅