xuyige
246908bf45
find a bug that bilinear must have bias
7 years ago
xuyige
08e924b54f
add test code for testing preprocess.py
7 years ago
xuyige
812160493e
add test code for testing trainer
7 years ago
xuyige
e58295d657
add test code for testing other modules
7 years ago
xuyige
ff37b03670
add test code for testing loader
7 years ago
xuyige
d6d92010e0
add test code for testing action.py
7 years ago
Coet
96391d6ab3
Merge pull request #46 from fastnlp/modify-readme-example
modify readme example
7 years ago
Xipeng Qiu
47ddb24d1d
modify readme example
7 years ago
Coet
9b7ad27616
Merge pull request #44 from choosewhatulike/master
add MLP decoder
7 years ago
Coet
aea53c1833
Merge pull request #43 from FengZiYjun/master
New Trainer Initialization Interface
7 years ago
choosewhatulike
b54713d283
add MLP decoder
7 years ago
FengZiYjun
2df8eb740a
Updates to core, loader:
- add Loss, Optimizer
- change Trainer & Tester initialization interface: two styles of definition provided
- handle Optimizer construction and loss function definition in a hard manner
- add argparse in task-specific scripts. (seq_labeling.py & text_classify.py)
- seq_labeling.py & text_classify.py work
7 years ago
Coet
ceac3f2e1f
Merge pull request #38 from FengZiYjun/new_updates
New updates
7 years ago
Coet
edb3b1341b
Merge pull request #2 from FengZiYjun/new_updates
New updates
7 years ago
Coet
c871d66ed7
Merge pull request #37 from keezen/master
Update metrics and figure in readme.
7 years ago
FengZiYjun
fac830e1cd
fix bugs and clean up
7 years ago
lyhuang
6fe431833a
docs/requirements
7 years ago
lyhuang
f2676d8927
docs更新
设置了模板,对fastNLP文件夹下的内容生成了文档
7 years ago
Ke Zhen
3ab8950d8d
Update metrics and figure in readme.
7 years ago
FengZiYjun
4c8c2dfdb8
updates to core, loader, test:
- move preprocess.py from loader/ to core/
- changes to interface of preprocess: 1. add run method, to run the main processing 2. add cross validation split 3. add return value 4. merge subclasses
- Trainer supports cross validation
- add data as arguments in Trainer.train & Tester.test
- add readme.example.py, to run the example program shown in README.md
- other corresponding changes
7 years ago
Coet
fc7dd7eced
Merge pull request #33 from FengZiYjun/master
Updates to cores, loader, saver
7 years ago
Coet
836f05a8cc
Merge pull request #1 from FengZiYjun/FengZiYjun-patch-1
Update .travis.yml
7 years ago
Coet
1d000d3e39
Update .travis.yml
7 years ago
Coet
dfe0945893
Update .travis.yml
7 years ago
Xipeng Qiu
2f83010d9d
Merge pull request #32 from choosewhatulike/master
add a new chinese word segmentation model
7 years ago
FengZiYjun
80baf35765
add logging in Trainer & Tester
- see fastNLp/saver/logger.py to know how to create and use a logger
- a log file named "train_test.log" will be created in the same dir as the main file where the program starts
- this file records all important events happened in Trainer & Tester's methods
7 years ago
Ziyuan Feng
9e29fb2262
Merge branch 'master' of https://github.com/fastnlp/fastNLP
7 years ago
choosewhatulike
fb20e87321
add chinese word segmentation model
7 years ago
Xipeng Qiu
ad3b59b11c
Update README.md
7 years ago
Coet
9bc30f1705
Merge pull request #29 from keezen/master
Update readme, conv and max_pool
7 years ago
Coet
ffe7c26369
Merge branch 'master' into more_code_comments
7 years ago
Xipeng Qiu
abbe423dbe
Update README.md
7 years ago
choosewhatulike
1146ef0825
fix test_metrics
7 years ago
Coet
964cc2dc26
Merge pull request #25 from fastnlp/create_issue_templates
Update issue templates
7 years ago
FengZiYjun
929a595c4c
Merge branch 'master' of https://github.com/fastNLP/fastNLP into to_merge
# Conflicts:
# fastNLP/core/metrics.py
# fastNLP/core/predictor.py
7 years ago
Ke Zhen
7f23b40ad7
Update readme, conv and max_pool
7 years ago
FengZiYjun
4bbeaebe96
Updates to cores, action, loader:
- rename Inference to Predictor
- rename Trainer.prepare_input to Trainer.load_train_data, load data_train.pkl only
- add __contains__ method to config Section class
- more code comments
- more elegant make_batch & data_iterator: Samplers return batch samples instead of batch indices
7 years ago
choosewhatulike
8a87807274
set no_grad() for test & inference, reduce memory usage
7 years ago
Yunfan Shao
762a559fab
fix bug in SeqLabelTester
7 years ago
Coet
4bc123dc16
Update issue templates
7 years ago
choosewhatulike
d6ef132207
fix test_metrics bug
7 years ago
choosewhatulike
2961afd326
remove unused file
7 years ago
Coet
0b2e2ff586
Merge pull request #23 from fastnlp/dev/ci_test
Dev/ci test
7 years ago
Coet
8a6976460a
Merge pull request #24 from fastnlp/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
7 years ago
Coet
1cd7325328
Create CODE_OF_CONDUCT.md
7 years ago
Coet
3560fb1f67
Merge pull request #22 from fastnlp/dev/ner
Dev/ner
7 years ago
FengZiYjun
380fc251f4
add code coverage
7 years ago
FengZiYjun
77b3a0c67d
fastNLP high-level interface:
- fastNLP interface for sequence labeling works
- fastNLP interface for text classification works
7 years ago
Coet
2075693273
Merge pull request #21 from fastnlp/dev/classify
Dev/classify
7 years ago
FengZiYjun
80a127cb24
merge jianghao's code
7 years ago