1 Pytorch的随机种子 最近在看一些开源的Pytorch项目时,几乎每一个项目都会设置随机数种子,比如下面这种 class RandomState(object): def __init__(s…
- Pytorch
- 22小时前
译自:https://jinglescode.github.io/2020/05/27/illustrated-guide-transformer/ 1 前言 Transformer是encoder-…
- 深度学习
- 2022-06-29
1 torch.nn.Conv1d torch.nn.Conv1d主要是对一维输入Tensor应用一维卷积。 如果一维卷积输入为(N,C_{in},L),输出为(N,C_{out},L_{out}),…
- Pytorch
- 2022-06-28
1 torchsummary/torchsummaryX torchsummary Github地址:https://github.com/sksq96/pytorch-summary torchsu…
- Pytorch
- 2022-06-27
1 torch.nn.LSTM torch.nn.LSTM是pytorch内置的LSTM模块。 对于torch.nn.LSTM输入序列的每一个元素,都使用以下经典的LSTM计算过程: \begin{a…
- Pytorch
- 2022-06-26
翻译自:http://colah.github.io/posts/2015-08-Understanding-LSTMs/ 1 Recurrent Neural Networks 循环神经网络 人类并…
- 深度学习
- 2022-06-25
1 python中的glob 官方文档地址:https://docs.python.org/3/library/glob.html python中的glob模块按类Unix Shell的查找规则和匹配…
- Python
- 2022-06-23
CTC(Connectionist Temporal Classification)主要是处理不定长序列对齐问题,而CTCLoss主要是计算连续未分段的时间序列与目标序列之间的损失。CTCLoss对输…
- Pytorch
- 2022-06-21
cerCharacter Error RatejiwerMatch Error RateMERPythonWERWILWIPWord Error RateWord Information LostWord Information Preserved
Python – 语音识别文本相似性度量库jiwer,可计算文字错误率WER、匹配错误率MER等相似性度量指标
1 jiwer Github项目地址:https://github.com/jitsi/jiwer jiwer是一个python库,可用于语音识别时度量识别文本和准确文本之间的相似性。该库可度量的指标…
- Python
- 2022-06-20
最新评论