paddlenlp.layers.tcn.po 2.3 KB
Newer Older
yuguo-Jack's avatar
yuguo-Jack committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, PaddleNLP
# This file is distributed under the same license as the PaddleNLP package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PaddleNLP \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-18 21:31+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.0\n"

#: ../source/paddlenlp.layers.tcn.rst:2
msgid "tcn"
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:1
msgid ""
"The TCN block, consists of dilated causal conv, relu and residual block. "
"See the Figure 1(b) in https://arxiv.org/pdf/1803.01271.pdf for more "
"details."
msgstr ""

#: of paddlenlp.layers.tcn.TCN.forward paddlenlp.layers.tcn.TemporalBlock
#: paddlenlp.layers.tcn.TemporalBlock.forward
msgid "参数"
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:4
msgid "The number of channels in the input tensor."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:6
msgid "The number of filters."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:8
msgid "The filter size."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:10
msgid "The stride size."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:12
msgid "The dilation size."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:14
msgid "The size of zeros to be padded."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock:16
msgid "Probability of dropout the units. Defaults to 0.2."
msgstr ""

#: of paddlenlp.layers.tcn.TemporalBlock.forward:1
msgid ""
"The input tensor with a shape  of [batch_size, input_channel, "
"sequence_length]."
msgstr ""

#: of paddlenlp.layers.tcn.TCN.forward:1
msgid "Apply temporal convolutional networks to the input tensor."
msgstr ""

#: of paddlenlp.layers.tcn.TCN.forward:3
msgid ""
"The input tensor with a shape of [batch_size, input_channel, "
"sequence_length]."
msgstr ""

#: of paddlenlp.layers.tcn.TCN.forward
msgid "返回"
msgstr ""

#: of paddlenlp.layers.tcn.TCN.forward:6
msgid ""
"The `output` tensor with a shape of [batch_size, num_channels[-1], "
"sequence_length]."
msgstr ""

#: of paddlenlp.layers.tcn.TCN.forward
msgid "返回类型"
msgstr ""