自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 Anaconda tensorflow安装失败问题

错误提示:ERROR: Cannot uninstall 'wrapt'This worked for me:pip install wrapt --upgrade --ignore-installedpip install tensorflow

2019-09-05 15:08:03 237

原创 在conda中安装stanfordcorenlp和Stanfordnlp

我目前用的是stanfordcorenlp,Stanfordnlp正在研究,设置conda的默认镜像路径,参考https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ 直接使用conda install pytorch安装pytorch 安装stanfordcorenlp和Stanfordnlp,后者是需要pytorch的,前者不确定 确定本...

2019-08-15 16:43:00 2033

转载 windows Bash shell中的文件如何移动到windows 环境

Your Windows system drive and other connected drives are exposed in the /mnt/ directory there, where other drives are traditionally made availableinthe Linux directory structure. Specifically, you’l...

2019-07-04 16:21:45 627

转载 常用正则表达式【转】

Regular Expression OverviewI will outline the basic building blocks of re's below then follow on with a set of examples to demonstrate their usage..(dot) - a single character. ?- the preceding ...

2019-04-13 22:09:34 82

转载 linux shell中的kill(1) , conect(2) , select(2)代表什么【转】

转自:http://blog.csdn.net/whm2300/article/details/17516025看<<unix高级程序设计>> 等书, 常会看到 kill(1) , conect(2) , select(2) 这样的写法.1,2 表示什么? Linux下最通用的领域及其名称及说明如下:领域 名称 说明1 用户命令, 可由任何人启动的。...

2019-04-13 12:10:49 236

转载 How to set up Cloudera Quickstart VM on windows[转]

How to set up Cloudera Quickstart VM on windowsMahesh Mogal August 30, 2018 Big Data 0 CommentsHello everyone, in this article we are going to learn how to set up Cloudera Quickstart VM on a ...

2019-03-07 16:26:22 133

转载 java修饰符【转】

Java修饰符号类型:   public:Java语言中访问限制最宽的修饰符,一般称之为“公共的”。被其修饰的类、属性以及方法不仅可以跨类访问,而且允许跨包(package)访问。   private:Java语言中对访问权限限制的最窄的修饰符,一般称之为“私有的”。被其修饰的类、属性以及方法只能被该类的对象访问,其子类不能访问,更不能允许跨包访问。   protected:介于public 和 ...

2018-07-05 15:04:03 130

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除