ChenXin
|
df4c5a3d16
|
fix a lot of doc bugs in codes
TODO:
split __init__'s doc and classes' doc
|
2019-09-10 15:52:32 +08:00 |
|
ChenXin
|
587edd5438
|
update the doc-checking tool
|
2019-09-10 11:08:27 +08:00 |
|
yh
|
917cedf808
|
增加新的tutorial; 删除各embedding中requires_grad的设置,统一到基类实现
|
2019-09-10 10:38:02 +08:00 |
|
ChenXin
|
f004a070b4
|
update the doc tool
|
2019-09-05 15:13:08 +08:00 |
|
ChenXin
|
5b7e9b6572
|
update the ChnSentiCorpPipe in docs
|
2019-09-05 14:32:37 +08:00 |
|
Yige Xu
|
b3718b10dc
|
1. rename init_embed to embed in models/*; 2. update documents in models/bert.py; 3. update tutorial six.
|
2019-09-03 23:19:18 +08:00 |
|
ChenXin
|
53f744a87d
|
fix some bugs in docs
|
2019-09-02 19:43:28 +08:00 |
|
ChenXin
|
169f519ffb
|
ignore the methods inherited from torch.nn.Embedding
|
2019-08-27 21:07:22 +08:00 |
|
ChenXin
|
04737a105d
|
update the doc-tool to show __init__ and class doc separately
|
2019-08-27 20:46:05 +08:00 |
|
ChenXin
|
53975c045a
|
update the doc-tool & fix an importing bug
|
2019-08-26 14:58:36 +08:00 |
|
zide05
|
78af3491a4
|
修改tutorial
|
2019-08-26 14:03:40 +08:00 |
|
ChenXin
|
ffd5fd8135
|
delete the old doc-tool
|
2019-08-26 11:58:20 +08:00 |
|
ChenXin
|
9535ec60b6
|
update the doc system: use customized tool to generate the rst files
|
2019-08-26 10:17:43 +08:00 |
|
xuyige
|
78be840ab9
|
1.update README 2. fix a filename-bug in pretrain_static_file; 3. add Pipe to documents; 4. update documents in some loaders; 5. update tutorial 2 & 3 to adapt version 0.5.0
|
2019-08-26 01:56:20 +08:00 |
|
ChenXin
|
7fb7c1b5b4
|
make a tool to check the alias name and __all__ part
|
2019-08-19 21:48:41 +08:00 |
|
陈怡然
|
a38a32755c
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
2019-08-16 17:41:23 +08:00 |
|
ChenXin
|
de17c9a7d3
|
rename base_loader file as data_bundle
|
2019-08-16 17:40:43 +08:00 |
|
ChenXin
|
0032f7788a
|
update docs-tools
|
2019-08-16 17:40:16 +08:00 |
|
陈怡然
|
8c6552aa27
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
2019-08-16 17:35:15 +08:00 |
|
zide05
|
cd395a7cdf
|
Update tutorial_5_datasetiter.rst
|
2019-08-16 13:18:35 +08:00 |
|
zide05
|
620ad161e0
|
Update tutorial_4_loss_optimizer.rst
|
2019-08-16 13:16:45 +08:00 |
|
ChenXin
|
cdf8406ec1
|
updated docs
|
2019-08-14 20:29:14 +08:00 |
|
ChenXin
|
b6bad76415
|
update the Makefile to make api-extractor work better
|
2019-08-14 20:28:49 +08:00 |
|
xuyige
|
ec824376c6
|
fix embedding tutorials
|
2019-07-12 14:51:11 +08:00 |
|
ChenXin
|
1fed3650d5
|
check了 embeddings 的文档
|
2019-07-12 14:18:04 +08:00 |
|
ChenXin
|
90c6454aed
|
修改了文档首页
|
2019-07-12 13:13:54 +08:00 |
|
yunfan
|
9f681dcd55
|
fix tutorial typo
|
2019-07-12 12:42:31 +08:00 |
|
ChenXin
|
fc0f86aa9e
|
io、data_loader的文档结构和别名
|
2019-07-12 12:05:04 +08:00 |
|
ChenXin
|
ce72936c0f
|
:maxdepth: 1
|
2019-07-12 11:38:51 +08:00 |
|
ChenXin
|
dcc6d5d15d
|
models的文档结构和别名
|
2019-07-12 11:27:35 +08:00 |
|
ChenXin
|
391793a961
|
最新的docs结构
|
2019-07-12 10:36:46 +08:00 |
|
xuyige
|
273657048f
|
更改文档内容
|
2019-07-12 01:47:51 +08:00 |
|
xuyige
|
579bdb1356
|
更新DataSetLoader的文档以及对应教程
|
2019-07-12 00:15:15 +08:00 |
|
xuyige
|
2e523c6096
|
更新fastNLP框架图及流程图
|
2019-07-12 00:14:11 +08:00 |
|
ChenXin
|
6c7009dded
|
tutorials 标题
|
2019-07-11 15:12:31 +08:00 |
|
ChenXin
|
be7ffcf747
|
确定版本号为0.4.5
|
2019-07-11 12:47:25 +08:00 |
|
ChenXin
|
ee1e470e71
|
大幅更新文档:
1. 删除了aggregator相关的文档
2. 将 fitlog 教程移到详细教程的子目录
|
2019-07-11 10:51:42 +08:00 |
|
ChenXin
|
16e2474337
|
列举了目前暴露的 modules 和 models,需要后续增加更多。
|
2019-07-11 10:20:33 +08:00 |
|
ChenXin
|
6b6a47cfbc
|
dataset tutorials
|
2019-07-11 09:35:56 +08:00 |
|
xuyige
|
dc8ae5646c
|
add embedding tutorial
|
2019-07-10 23:05:18 +08:00 |
|
yunfan
|
aec0414a07
|
finish callback tutorial
|
2019-07-10 17:31:34 +08:00 |
|
yunfan
|
68f719ef99
|
[add] callback tutorial
|
2019-07-10 16:53:12 +08:00 |
|
zide05
|
834443e240
|
Merge branch 'tutorials' into tutorials
|
2019-07-09 14:13:42 +08:00 |
|
陈怡然
|
da88a0dc4f
|
batch分离出来-修改
|
2019-07-09 11:12:20 +08:00 |
|
陈怡然
|
9e863bb1a2
|
batch分离出来
|
2019-07-09 10:56:29 +08:00 |
|
ChenXin
|
3cba5a36bb
|
fix a bug
|
2019-07-08 20:31:06 +08:00 |
|
ChenXin
|
8f6de5b3af
|
建立tutorials的目录
|
2019-07-08 17:19:01 +08:00 |
|
ChenXin
|
f861dcc63c
|
Merge pull request #180 from zide05/tutorials
改成使用SST数据集的batch,loss,optimizer教程
|
2019-07-08 16:43:54 +08:00 |
|
陈怡然
|
b3d6acf819
|
改成使用SST数据集的batch,loss,optimizer教程
|
2019-07-08 16:39:52 +08:00 |
|
xuyige
|
5dc43c6e5a
|
create load dataset tutorial
|
2019-07-07 22:42:56 +08:00 |
|