
深度学习
文章平均质量分 59
HornGate
观于海者难为水,游于圣人之门者难为言!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Windows10配置DOTA_devkit环境时出现【TypeError: ‘>=‘ not supported between instances of ‘NoneType‘ and ‘str‘】
1.系统配置为:Windows10 + Anaconda3 + swig4.0.2,其中swig要手动添加环境变量到系统环境中。 2.根据官方readme文件,执行命令【swig -c++ -python polyiou.i】,基本都没有问题。 3.当执行命令【python setup.py build_ext --inplace】时,出现错误【if self.ld_version >= "2.10.90": TypeError: '>=' not supported between ins原创 2021-04-27 23:29:56 · 2342 阅读 · 2 评论 -
关于INRIA Aerial Labeling Contest无法正确提交测试结果的解决方法
原创 2020-01-12 10:34:17 · 329 阅读 · 1 评论 -
Ubuntu16.04安装DIGITS_6.0
Ubuntu16.04安装DIGITS_6.0 (1)# 针对Ubuntu 16.04系统 CUDA_REPO_PKG=http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb ML_REPO_PKG=http://deve...原创 2019-12-08 08:55:45 · 310 阅读 · 0 评论