fastNLP/test
FengZiYjun ab55f25e20 Updates to Trainer/Tester/fastnlp
1. Tester has a parameter "print_every_step" to control printing. print_every_step == 0 means NO print.
2. Tester's evaluate return (list of) floats, rather than torch.cuda.tensor
3. Trainer also has a parameter "print_every_step". The same usage.
4. In training, validation steps are not shown.
5. Updates to code comments.
6. fastnlp.py is ready for CWS. test_fastNLP.py works.
2018-08-31 10:46:56 +08:00
..
core add test code for testing preprocess.py 2018-08-28 17:17:07 +08:00
data_for_tests Updates to core, loader: 2018-08-22 19:10:12 +08:00
loader fix a bug in testing code 2018-08-29 15:26:50 +08:00
modules add test code for testing variational rnn 2018-08-29 15:28:22 +08:00
__init__.py Updates to cores, action, loader: 2018-08-15 20:12:20 +08:00
ner_decode.py Updates to cores, action, loader: 2018-08-15 20:12:20 +08:00
ner.py Updates to core, loader: 2018-08-22 19:10:12 +08:00
readme_example.py modify readme example 2018-08-24 11:52:13 +08:00
seq_labeling.py Updates to Trainer/Tester/fastnlp 2018-08-31 10:46:56 +08:00
test_charlm.py changes to trainer, tester, preprocessor, etc. 2018-07-28 11:57:25 +08:00
test_cws.py updates to core, loader, test: 2018-08-19 16:21:14 +08:00
test_fastNLP.py Updates to Trainer/Tester/fastnlp 2018-08-31 10:46:56 +08:00
test_loader.py edit dataset loaders to follow edited preprocessor; add unit tests for dataset loader 2018-07-24 08:40:14 +08:00
test_metrics.py Merge branch 'master' into more_code_comments 2018-08-16 21:46:36 +08:00
test_tester.py updates to core, loader, test: 2018-08-19 16:21:14 +08:00
test_trainer.py changes to trainer, tester, preprocessor, etc. 2018-07-28 11:57:25 +08:00
text_classify.py Updates to core, loader: 2018-08-22 19:10:12 +08:00