- 博客(4)
- 收藏
- 关注
原创 生信问题解决
问题描述:Can't locate Parallel/ForkManager.pm in @INC (you may need to install the Parallel::ForkManager module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share
2022-05-18 21:18:15
627
原创 Self-Attention with Relative Position Representations阅读笔记
一句话概括:在Transformer模型中加入相对位置表示,可以提升翻译结果的质量。Transformer:采用encoder-decoder框架encoder里面有多层,每一层包括两个子层 self-attention 和 FFN(a position-wise feed-forward layer),子层之间通过 layer normalization 连接,层与层之间通过 residual 连接。decoder里面同样可以定义多层。每一层包括三个子层 self-attention 、e
2021-04-01 14:25:55
531
1
原创 目前可用的Android SDK在线更新镜像服务器:
大连东软信息学院镜像服务器地址:IPV6:mirrors.neusoft.edu.cn 端口:80正在 Ping mirrors.neusoft.edu.cn [2001:da8:a807::25] 具有 32 字节的数据:来自 2001:da8:a807::25 的回复: 时间=59ms来自 2001:da8:a807::25 的回复: 时间=57ms来自 2001:da8:a807...
2019-01-03 11:07:05
3526
原创 C语言随机函数
C语言随机函数#include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ srand((unsigned)time(0)); //time函数time.h库 printf("%c\n",rand()%26+'A');//printf函数 stdio.h库 srand((...
2019-01-03 09:42:44
4542
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人