fastNLP/reproduction
FengZiYjun 28a0683853 1. add tests in test_fastNLP.py & test_sampler.py; increase test coverage to 81%
2. changes of names:
  aggregation ----> aggregator
  interaction ----> interactor
  action.py ----> sampler.py
  BasePreprocess ---> Preprocessor
  BaseTester ----> Tester
  BaseTrainer ----> Trainer
3. add more code comments
4. fix bugs in predictor's data_forward
5. in sampler.py, remove Bachifier, fix some codes. but not test
6. remove unused codes in other_modules.py & utils.py
7. update fastnlp.py with new config file names and code comments
8. add data examples in data_for_tests/
2018-09-22 15:33:52 +08:00
..
Char-aware_NLM - add validation loss into trainer.train 2018-07-11 21:51:35 +08:00
chinese_word_segment fix vocab 2018-09-19 15:10:18 +08:00
CNN-sentence_classification optimize CWS example 2018-08-31 11:23:40 +08:00
HAN-document_classification optimize CWS example 2018-08-31 11:23:40 +08:00
LSTM+self_attention_sentiment_analysis 1. add tests in test_fastNLP.py & test_sampler.py; increase test coverage to 81% 2018-09-22 15:33:52 +08:00
pos_tag_model fix vocab 2018-09-19 15:10:18 +08:00