上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页
摘要: mysql>use mysql mysql>update user set host= '%' where user = 'root'; 此时如果提示报错,不用管,继续往下走 select host, user from user; mysql>flush privileges; -- * 这一句是 阅读全文
posted @ 2019-08-13 11:33 _Meditation 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 一、下载 下载页面http://dev.mysql.com/downloads/mysql/ 选择系统平台后,点击download(根据系统选择64或32位) 二、配置 1、下载成功后,解压安装包到要安装的位置,我是安装在”D:\MySql\” 如果安装目录下包含data文件夹,删除 2、在环境变量 阅读全文
posted @ 2019-08-13 10:39 _Meditation 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 目录写在前面1. Transformer1.1 从哪里来?1.2 有什么不同?1.2.1 Scaled Dot-Product Attention1.2.2 Multi-Head Attention1.2.3 Masked Multi-Head Attention2. Transformer-XL2 阅读全文
posted @ 2019-08-01 21:22 _Meditation 阅读(3454) 评论(2) 推荐(0) 编辑
摘要: 感谢: https://blog.csdn.net/longxinchen_ml/article/details/86533005(此篇解释的更详细,本篇自愧不如) https://www.jianshu.com/p/04b6dd396d62 Transformer模型由《Attention is 阅读全文
posted @ 2019-08-01 21:01 _Meditation 阅读(3262) 评论(1) 推荐(1) 编辑
摘要: 这两天,XLNet貌似也引起了NLP圈的极大关注,从实验数据看,在某些场景下,确实XLNet相对Bert有很大幅度的提升。就像我们之前说的,感觉Bert打开两阶段模式的魔法盒开关后,在这条路上,会有越来越多的同行者,而XLNet就是其中比较引人注目的一位。 当然,我估计很快我们会看到更多的这个模式下 阅读全文
posted @ 2019-08-01 20:54 _Meditation 阅读(1198) 评论(0) 推荐(1) 编辑
摘要: 安装; 1.sudo apt-get install mysql-server 2. apt-get isntall mysql-client 3. sudo apt-get install libmysqlclient-dev 安装过程中,会让你设置root的密码。 之后再进行mysql -u r 阅读全文
posted @ 2019-07-31 11:18 _Meditation 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 首先安装 编辑配置文件 添加内容: 参数含义: 首先是目录,然后星号表示任何ip都能访问 rw:读写,如果想要只读,可设为"o"sync:数据同步写入硬盘no_root_squash:当远程访问使用root用户时,不映射成匿名用户,如果想用映射,可设为"root_squash"no_subtree_ 阅读全文
posted @ 2019-07-23 09:49 _Meditation 阅读(802) 评论(0) 推荐(0) 编辑
摘要: 首先感谢 : 1.https://blog.csdn.net/qq_39023569/article/details/88556301 2.https://www.cnblogs.com/CherishFX/p/5280259.html 3.https://www.cs.bgu.ac.il/~elh 阅读全文
posted @ 2019-07-20 14:21 _Meditation 阅读(3246) 评论(1) 推荐(1) 编辑
摘要: 一。首先会议流程。 1. The current status of HBase 2.The advantage and technology trend of HBase on the cloud 3.之后是三个分会场。详见图。 二。The current status of HBase 目前最s 阅读全文
posted @ 2019-07-20 13:35 _Meditation 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 1.mysqld --console --skip-grant-tables --shared-memory 2.另一个控制台 mysq 3.use mysql; 4.select user,host,authentication_string from user ; 5.update user s 阅读全文
posted @ 2019-07-16 09:56 _Meditation 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 26 下一页