Coet
|
1cfd0ea55f
|
Update PULL_REQUEST_TEMPLATE.md
|
6 years ago |
Coet
|
eee52672b4
|
Merge pull request #111 from lyhuang18/docs_new
[Doc] update
|
6 years ago |
lyhuang
|
d91a7c7c48
|
update docs
|
6 years ago |
lyhuang18
|
97b3710dcb
|
Merge pull request #11 from fastnlp/master
update
|
6 years ago |
Coet
|
071c141049
|
Create PULL_REQUEST_TEMPLATE.md
|
6 years ago |
Yunfan Shao
|
426e762ffb
|
Merge pull request #109 from fastnlp/xuyige-patch-1
update README.md
|
6 years ago |
Yige XU
|
f15bd5aacd
|
update README.md
update requirements in README.md
|
6 years ago |
Yige XU
|
baac45a741
|
update README.md
move the first table to the right place
|
6 years ago |
Yige XU
|
2793273737
|
update README.md
update requirements
|
6 years ago |
Xipeng Qiu
|
1b477a95b0
|
Merge pull request #108 from FengZiYjun/trainer
FastNLP v0.2
|
6 years ago |
FengZiYjun
|
db0a789d61
|
* final clean up
* remove conflicts
* all tests passed
|
6 years ago |
yunfan
|
267baec224
|
add dataloader register
|
6 years ago |
FengZiYjun
|
720a264eb3
|
* rename DataSet.get_fields() into get_all_fields()
* add DataSet.get_field(), to fetch a FieldArray based on its name
* remove old tutorials & add new tutorials
|
6 years ago |
FengZiYjun
|
447746d9f5
|
* remove unused codes in losses.py & metrics.py
* refine code style
* fix tests
* add a new tutorial
|
6 years ago |
yh
|
72877c6ed5
|
optimizer初始化调整参数顺序
|
6 years ago |
FengZiYjun
|
27e9453d19
|
* fix processor.py
* add code comments
* merge *_saver.py & *_loader.py in io/
* (ancient codes) rename Loss into LossFromTorch
|
6 years ago |
yh
|
306eee9690
|
Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer
|
6 years ago |
yh
|
cd83866527
|
bug fix in LossInForward
|
6 years ago |
FengZiYjun
|
6129a31c1d
|
* fix tests
* clean up unused codes
|
6 years ago |
yh
|
aea931812b
|
1. trainer中losser修改为loss
|
6 years ago |
yh
|
1158556236
|
1. 优化trainer checkcode过程的报错信息
|
6 years ago |
yh
|
f7c29b85d7
|
Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer
|
6 years ago |
yh
|
e779409cf8
|
conflict fix
|
6 years ago |
FengZiYjun
|
5855adbc03
|
fix FieldArray bug: do type check only when is_target or is_input is True
|
6 years ago |
yh
|
4dff3ec81f
|
修改losses中直接使用F.cross_entropy的情况,因为这些函数的signature是(input, target)
|
6 years ago |
FengZiYjun
|
f26f11608b
|
* 更新教程,放在在./tutorial
* remove unused codes in metrics.py
* add tests for DataSet
* add tests for FieldArray
* add tests for metrics.py
* fix predictor, add tests for predictor
* fix bucket sampler, add tests for bucket sampler
|
6 years ago |
yh
|
7c261faf19
|
Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer
|
6 years ago |
yh
|
87e5d44b01
|
。
|
6 years ago |
yunfan
|
52b1b18a76
|
fix bugs in vocab
|
6 years ago |
yh
|
79ae38738f
|
conflict solved
|
6 years ago |
yh
|
62c63f159a
|
test loss
|
6 years ago |
FengZiYjun
|
27833d06ae
|
FieldArray only check type when is_input or is_target is set.
|
6 years ago |
yunfan
|
5edd9de841
|
fix bugs
|
6 years ago |
FengZiYjun
|
9acdb54fc8
|
优化loss在missing和duplicate时报错的信息:返回loss初始化约定接受的key
|
6 years ago |
yh
|
abe5ec7261
|
Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer
# Conflicts:
# test/core/test_trainer.py
|
6 years ago |
yh
|
a1a41c2d8b
|
1. unused报错运行错误修复
2. loss中修复一个错误
3. metric中fast_param调整
|
6 years ago |
FengZiYjun
|
4b099bb0dd
|
* add tqdm in requirements.txt
* fix FieldArray type check bugs
|
6 years ago |
FengZiYjun
|
661780b975
|
Improve FieldArray. Support nested list and a list of np.array
|
6 years ago |
yh
|
1fb1df4a31
|
1. metric修改fast_param
2. trainer中update_every改为print_every, 因为update_every可能引起optimizer update的误解
3. fieldarray content支持使用np.ndarray初始化
|
6 years ago |
yh
|
785c41ded5
|
Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer
# Conflicts:
# fastNLP/core/dataset.py
# fastNLP/core/trainer.py
# test/core/test_trainer.py
Trainer support print_train and tqdm train.
|
6 years ago |
yh
|
beb55f5288
|
* change trainer iterating into tqdm
|
6 years ago |
yunfan
|
1421b7dfba
|
add this feature totally for yh
|
6 years ago |
yunfan
|
ad3c5b6ef0
|
add magic iter in dataset
|
6 years ago |
FengZiYjun
|
513876d5db
|
Updates:
* fix losses的_fast_param_map的bug
* Trainer添加sampelr初始化参数,并调整参数顺序
* refine codes
|
6 years ago |
yunfan
|
9c8ec45742
|
Merge branch 'trainer' of https://github.com/FengZiYjun/fastNLP into dataset
|
6 years ago |
yunfan
|
131e1ccd3b
|
add _fast_param_map
|
6 years ago |
FengZiYjun
|
6f58ec34b4
|
Updates:
* DataSet修改__repr__,优化print(datset)的输出
* Instance修改__repr__,优化print的输出
* Optimizer优化传参提示
* Trainer去除kwargs参数
* losses.py加个参数
* 对应test code的修改
|
6 years ago |
FengZiYjun
|
f62060339e
|
All tests pass. Ready to merge.
* 更新Loss的接口形参跟metric保持一致
* 添加对几种loss的测试
* embed_loader采用维度独立的方法采样
* 对应测试代码的修改
|
6 years ago |
yh
|
9e3fd0fe4c
|
Merge branch 'trainer' of github.com:FengZiYjun/fastNLP into trainer
|
6 years ago |
yh
|
77f8ac77da
|
对trainer中check code的报错信息进行了增强;将tester中的output修改为pred_dict
|
6 years ago |