会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
油嘴滑舌
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
2020年9月1日
Git安装Windows详细教程(含GitHubDesktop)
摘要: 官网下载安装包:https://git-scm.com/download 安装:傻瓜式安装即可。 GitHubDesktop下载地址:https://git-scm.com/downloads/guis
阅读全文
posted @ 2020-09-01 10:36 DuanYongchun
阅读(632)
评论(0)
推荐(0)
2020年8月8日
Vue脚手架的安装与卸载.
摘要: 方式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)
2020年8月2日
PyQt5安装与配置QtDesigner详解及问题解决.
摘要: 安装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)
2020年7月23日
解决Vue Devtools插件不可用提示Vue.js not detected的问题
摘要: 问题 在安装完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)
2020年6月2日
Python第三方包.whl文件下载网址
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/
阅读全文
posted @ 2020-06-02 11:37 DuanYongchun
阅读(2351)
评论(0)
推荐(0)
2020年5月29日
OSError: `pydot` failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) and ensure that its executables are in the $PATH.错误解决办法
摘要: 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)
Keras报KeyError: 'acc',KeyError: 'accuracy',KeyError: 'val_acc'等错误解决办法
摘要: (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)
深度学习模型指定GPU训练
摘要: 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)
2020年5月28日
Windows环境下安装pydensecrf(简易操作)
摘要: 背景 图像分割领域有时会用到条件随机场(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)
2020年5月22日
解决Pycharm远程连接服务器调用Matplotlib绘图时无法在本地显示图形的问题
摘要: 问题描述: 利用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
下一页
公告