This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
修改了文件名
tags/v0.4.10
ChenXin
6 years ago
parent
9c07850019
commit
fb143ff2ad
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/source/fastNLP.modules.decoder.crf.rst
+1
-1
docs/source/fastNLP.modules.decoder.mlp.rst
+2
-2
docs/source/fastNLP.modules.decoder.rst
docs/source/fastNLP.modules.decoder.CRF.rst → docs/source/fastNLP.modules.decoder.crf.rst
View File
@@ -1,7 +1,7 @@
fastNLP.modules.decoder.CRF
===========================
.. automodule:: fastNLP.modules.decoder.
CRF
.. automodule:: fastNLP.modules.decoder.
crf
:members:
:undoc-members:
:show-inheritance:
docs/source/fastNLP.modules.decoder.MLP.rst → docs/source/fastNLP.modules.decoder.mlp.rst
View File
@@ -1,7 +1,7 @@
fastNLP.modules.decoder.MLP
===========================
.. automodule:: fastNLP.modules.decoder.
MLP
.. automodule:: fastNLP.modules.decoder.
mlp
:members:
:undoc-members:
:show-inheritance:
+ 2
- 2
docs/source/fastNLP.modules.decoder.rst
View File
@@ -12,7 +12,7 @@ fastNLP.modules.decoder
.. toctree::
:titlesonly:
fastNLP.modules.decoder.
CRF
fastNLP.modules.decoder.
MLP
fastNLP.modules.decoder.
crf
fastNLP.modules.decoder.
mlp
fastNLP.modules.decoder.utils
Write
Preview
Loading…
Cancel
Save