上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 官网下载安装包:https://git-scm.com/download 安装:傻瓜式安装即可。 GitHubDesktop下载地址:https://git-scm.com/downloads/guis 阅读全文
posted @ 2020-09-01 10:36 DuanYongchun 阅读(632) 评论(0) 推荐(0)
摘要: 方式1安装: npm install -g vue-cli 方式1卸载: npm uninstall -g vue-cli 方式2安装: npm install -g @vue/cli 方式2卸载: npm uninstall -g @vue/cli 阅读全文
posted @ 2020-08-08 16:57 DuanYongchun 阅读(9075) 评论(0) 推荐(0)
摘要: 安装PyQt5: pip install PyQt5==5.12.3 安装PyQt5-Tools: pip install pyqt5-tools==5.12.3.1.5 配置Qt Designer: Name:QtDesigner Program:F:\Anaconda3\Lib\site-pac 阅读全文
posted @ 2020-08-02 10:17 DuanYongchun 阅读(1351) 评论(0) 推荐(0)
摘要: 问题 在安装完Vue.js devtools后,打开自己写的一个vue.js网页,发现“V”这个图标是灰色,点击图标显示Vue.js not detected,打开控制台也没有发现有vue的选项,如下: 解决 查看Vue.js devtools是否生效,打开Bilibili(https://www. 阅读全文
posted @ 2020-07-23 20:31 DuanYongchun 阅读(4540) 评论(1) 推荐(1)
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/ 阅读全文
posted @ 2020-06-02 11:37 DuanYongchun 阅读(2351) 评论(0) 推荐(0)
摘要: Windows10 安装相应模块 pip install pydot-ng pip install graphviz pip install pydot 安装graphviz-2.38.msi https://www.softpedia.com/get/Others/Miscellaneous/Gr 阅读全文
posted @ 2020-05-29 13:50 DuanYongchun 阅读(867) 评论(0) 推荐(0)
摘要: (1)查看history字典包含哪些值 # 报错语句:accuracy = history_record.history["acc"] # dyc history_dict = history_record.history print(" history_dict.keys() :", histor 阅读全文
posted @ 2020-05-29 13:27 DuanYongchun 阅读(3742) 评论(2) 推荐(0)
摘要: Pytorch # 1: torch.cuda.set_device(1) # 2: device = torch.device("cuda:1") # 3:(官方推荐) import os os.environ["CUDA_VISIBLE_DEVICES"] = '1' # 4:(同时调用两块GP 阅读全文
posted @ 2020-05-29 00:23 DuanYongchun 阅读(1598) 评论(0) 推荐(1)
摘要: 背景 图像分割领域有时会用到条件随机场(CRF)做后处理,如果直接从源码安装【pip install git+https://github.com/lucasb-eyer/pydensecrf.git】会报错,那就从【.whl】文件安装吧。 详细过程 (1)下载链接:https://www.lfd. 阅读全文
posted @ 2020-05-28 10:05 DuanYongchun 阅读(4236) 评论(0) 推荐(1)
摘要: 问题描述: 利用Pycharm远程连接服务器调用Matplotlib绘图时无法在本地显示图形,但单独在本地和服务器都可以很好的显示图像。 前期准备: 1、Windows需要安装的软件: Xshell;Xming。 2、百度网盘链接: 链接:https://pan.baidu.com/s/1g8ZKK 阅读全文
posted @ 2020-05-22 11:20 DuanYongchun 阅读(4815) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页