FengZiYjun
887fc9281f
update callbacks:
* rename callback methods. Use fastai's notation.
* add a new callback method - on_valid_begin
6 years ago
yunfan
de856fb8eb
update reproduction
7 years ago
yunfan
eb55856c78
- fix parser train
6 years ago
FengZiYjun
c4ba75d160
code optimization
* move used readers from reproduction to io/dataset_loader.py
(API shall not call anything from reproduction/)
7 years ago
yunfan
2e9e6c6c20
- fix trainer with validate_every > 0
- refine & fix Transformer Encoder
- refine & speed up biaffine parser
7 years ago
yunfan
ba28702e68
update Biaffine Parser, Variational RNN
add parser API
7 years ago
FengZiYjun
27e9453d19
* fix processor.py
* add code comments
* merge *_saver.py & *_loader.py in io/
* (ancient codes) rename Loss into LossFromTorch
7 years ago
FengZiYjun
e9d7074ba1
* delete readme_example.py because it is oooooooout of date.
* rename preprocess.py into utils.py, because nothing about preprocess in it
* anything in loader/ and saver/ is moved directly into io/
* corresponding unit tests are moved to /test/io
* delete fastnlp.py, because we have new and better APIs
* rename Biaffine_parser/run_test.py to Biaffine_parser/main.py; Otherwise, test will fail.
* A looooooooooot of ancient codes to be refined...........
7 years ago
yunfan
a6ab34fd38
fix crf
7 years ago
yunfan
053249420f
update parser, fix bugs varrnn & vocab
7 years ago
yunfan
3192c9ac66
update trainer
7 years ago
yunfan
c14d9f4d66
update biaffine
7 years ago
yunfan
102259df39
update biaffine parser
7 years ago
yunfan
637c37d62b
add new model, new module, fix bugs
7 years ago