会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wjunneng
CnBlogs
Home
New Post
Contact
Admin
Subscription
1
2
3
4
5
下一页
2020年5月1日
import tensorflow 出现非法指令(核心已转储)
使用 conda install -c conda-forge tensorflow 或者 conda install -c conda-forge tensorflow-gpu 试下。
Read More
posted @ 2020-05-01 15:41 wjunneng
Views(2750)
Comments(0)
Diggs(0)
2019年10月6日
将博客搬至CSDN
保持CSDN 与 博客园同步!!!
Read More
posted @ 2019-10-06 20:20 wjunneng
Views(208)
Comments(0)
Diggs(0)
2019年10月2日
神州笔记本电脑【K670D】安装 Ubuntu18.04 系列操作
一、使用U盘安装 Ubuntu 前的处理如下: 进入BIOS将SSD设为启动首选项 -> F10保存退出 -> 用方向键高亮ubuntu启动项 -> 按e键进入编辑状态 -> 找到【quiet splash 】将 替换为nomodeset,即quite splash nomodeset,然后按F10
Read More
posted @ 2019-10-02 17:09 wjunneng
Views(1100)
Comments(0)
Diggs(0)
2019年7月28日
ValueError: Unknown label type: 'continuous'
说明:SVM训练的标签列必须为整型数值,不能为float.y = np.array(y, dtype=int)或y.astype('int')
Read More
posted @ 2019-07-28 15:36 wjunneng
Views(4343)
Comments(0)
Diggs(0)
2019年7月12日
Spark: JAVA_HOME is not set
在Spark项目,sbin目录下的spark-config.sh文件下,最后添加JAVA_HOME的索引. 即可。
Read More
posted @ 2019-07-12 16:50 wjunneng
Views(1947)
Comments(0)
Diggs(0)
IDEA 搭建 Spark 源码 (Ubuntu)
版本:Spark 2.4.3/JDK 1.8/Scala 2.11.0 1、选择Spark版本、压缩包下载。 2、IDEA中左下角Terminal下输入: mvn -DskipTests clean package 3、Maven工程导入到IDEA中 问题: 在Lifecycle下点击clean、i
Read More
posted @ 2019-07-12 16:21 wjunneng
Views(467)
Comments(0)
Diggs(0)
2019年6月30日
XX-Net 解决IPV6 不稳定,时好时坏。
一、启动IPV6 1、重置: 2、测试: 二、关闭 三、 1、确保系统服务IP Helper 为自动并已启动 2、修改的ipv6组策略退回到默认值的全部“未配置” 3、退出XX-Net,先disable_ipv6.bat,再enable_ipv6.bat。4、ping 超时的微软服务器或许更稳定!
Read More
posted @ 2019-06-30 15:52 wjunneng
Views(4433)
Comments(0)
Diggs(0)
2019年6月29日
解决SBT下载慢,dump project structure from sbt?
一、 安装SBT,参考https://blog.csdn.net/zcf1002797280/article/details/49677881 二、 在~/.sbt下新建repositories添加如下内容: 三、 1、VM parameters 添加:-dsbt.repository.config
Read More
posted @ 2019-06-29 16:33 wjunneng
Views(4553)
Comments(0)
Diggs(0)
2019年6月27日
pip install kaggle 出现 【网络不可达】?
解决办法:
Read More
posted @ 2019-06-27 19:24 wjunneng
Views(1213)
Comments(0)
Diggs(1)
2019年6月26日
Git clone 克隆Github上的仓库,速度慢?
一、 终端输入: 二、 git替换https 三、 windows 安装 https://motrix.app/ ,然后下载项目压缩包。 1、点击 Download ZIP 2、浏览器中查看下载内容,右键选择复制链接地址 3、打开Motrix,点击左侧菜单的 ‘+’,复制链接,点击提交即可。
Read More
posted @ 2019-06-26 22:41 wjunneng
Views(1530)
Comments(7)
Diggs(1)
1
2
3
4
5
下一页
公告