mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-03 20:57:37 +08:00
28a0683853
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/ |
||
---|---|---|
.. | ||
Char-aware_NLM | ||
chinese_word_segment | ||
CNN-sentence_classification | ||
HAN-document_classification | ||
LSTM+self_attention_sentiment_analysis | ||
pos_tag_model |