摘要:
第一部分:安装显卡驱动 1.用命令sudo service lightdm stop关闭显卡显示 2.按 CTRL+ALT+F1 进入终端界面登录. 3.创建一个文件/etc/modprobe.d/nouveau,然后在里面加入以下内容: blacklist nouveau options nouv 阅读全文
posted @ 2020-06-08 11:17
BrianX
阅读(284)
评论(0)
推荐(0)
摘要:
1、Introduction to Matplotlib and basic line import matplotlib.pyplot as plt fig = plt.figure(figsize = (10,6)) ax1 = fig.add_subplot(221) ax2 = fig.ad 阅读全文
posted @ 2020-06-08 11:16
BrianX
阅读(304)
评论(0)
推荐(0)
摘要:
Transformer 1. 前言 正如论文的题目所说的,Transformer中抛弃了传统的CNN和RNN,整个网络结构完全是由Attention机制组成。更准确地讲,Transformer由且仅由self-Attenion和Feed Forward Neural Network组成。一个基于Tr 阅读全文
posted @ 2020-06-08 11:13
BrianX
阅读(19573)
评论(0)
推荐(2)
摘要:
Python科学计算-Numpy Numpy-多维数组(上) 1.创建numpy数组 import numpy as np v1 = np.array([1,2,3,4]) print(v1) type(v1) print(v1.shape) print(v1.size) v2 = np.array 阅读全文
posted @ 2020-06-08 11:11
BrianX
阅读(280)
评论(0)
推荐(0)
摘要:
(1)ubuntu系统 可以直接使用"sudo apt-get install git"进行git的安装,非常简单方便 (2)配置git用户名和邮箱 git config --global user.name "Your Name" git config --global user.email "Y 阅读全文
posted @ 2020-06-08 11:00
BrianX
阅读(148)
评论(0)
推荐(0)
摘要:
# GPT-2 1. 前言 2 月 15 日,OpenAI 在官博介绍了一个大规模无监督 NLP 模型:GPT 2.0,被称为“史上最强通用 NLP 模型”。该模型可以生成连贯的文本段落,刷新了 7 大数据集基准,并且能在未经预训练的情况下,完成阅读理解、问答、机器翻译等多项不同的语言建模任务。 在 阅读全文
posted @ 2020-06-08 10:57
BrianX
阅读(31447)
评论(4)
推荐(4)
摘要:
Configure the Jupyter server 1. Create an SSL certificate. $ cd $ mkdir ssl $ cd ssl $ sudo openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyou 阅读全文
posted @ 2020-06-08 10:49
BrianX
阅读(595)
评论(0)
推荐(0)

浙公网安备 33010602011771号