一、参考资料
一文读懂Embedding的概念,以及它和深度学习的关系
论文
[1] Attention is All you Need
二、Embedding相关介绍
Embedding,直译是词嵌入、嵌入层。
1. 引言
计算机无法直接处理一个单词或者一个汉字,需要把一个token转化…
quotacheck -ugcv /dev/sdb1 报错处理
报错大多因为selinux没有关闭
[rootlocalhost fanhuilin]# quotacheck -ugcv /dev/sdb1
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid runni…