eba1d002
Merge remote-tracking branch 'origin/master' by
2018-07-16 11:58:39 +0800
f8b09e80
Merge pull request #12 from fastnlp/dev/restructure by
2018-07-16 11:57:30 +0800
2df371a0
Merge remote-tracking branch 'origin/master' by
2018-07-16 11:40:21 +0800
042f63aa
codebank by
2018-07-15 18:39:06 +0800
ec165ce4
add model saver and loader by
2018-07-15 14:59:41 +0800
4a82b5d4
Merge pull request #11 from xuyige/master by
2018-07-14 16:11:02 +0800
7ccec559
Add files via upload by
2018-07-14 15:42:44 +0800
7ff29877
Merge pull request #2 from fastnlp/master by
2018-07-14 14:48:56 +0800
eb66cbe6
restructure module: 4 classes; add modules; move prototype and rename by
2018-07-12 21:53:42 +0800
7514be6f
- add validation loss into trainer.train - restructure: move reproduction outside - add evaluate in tester by
2018-07-11 21:51:35 +0800
a73087e9
refactor Tester; Tester + Trainer for seq modeling work by
2018-07-10 22:00:24 +0800
c98d5924
sequence labeling ready to Train! by
2018-07-10 20:46:35 +0800
83c032df
fix bug in CRF comments; optimize PyTorch type conversion. by
2018-07-10 18:51:42 +0800
4c9c7913
cancel restriction for base model by
2018-07-07 16:59:59 +0800
cca276b8
- optimize package calling from test files - add people.txt in data_for_tests - To do: incorrect CRF param in POS_pipeline by
2018-07-07 16:57:57 +0800
d7a82171
finished POSTrainer by
2018-07-06 23:14:58 +0800
b998593b
Merge pull request #1 from fastnlp/master by
2018-07-05 13:57:53 +0800
7ea015c0
update trainer: loading data with _pickle; add arguments comments. by
2018-07-04 23:28:48 +0800
982503d0
optimize code style by
2018-07-04 22:56:24 +0800
67557222
Merge pull request #9 from xuyige/master by
2018-07-03 16:44:59 +0800
623f8fa1
Update base_preprocess.py by
2018-07-03 16:42:14 +0800
9d92c950
Add files via upload by
2018-07-03 16:36:41 +0800
ceffed6a
update trainer: add sampling and padding in batchify, add pkl loading in prepare_input, check model loss in get_loss by
2018-07-03 09:00:29 +0800
a9989522
Merge pull request #8 from keezen/master by
2018-07-02 19:27:30 +0800
d6187274
Rename Conv.py to conv.py by
2018-07-02 15:16:17 +0800
7b782654
add kmax pooling module by
2018-07-02 15:12:18 +0800
2569c85c
modify conv and pool module by
2018-07-02 14:02:45 +0800
96c65993
Merge pull request #6 from henryL7/master by
2018-07-02 13:50:01 +0800
ca598e16
Merge pull request #7 from keezen/master by
2018-07-02 13:47:13 +0800
b297f935
add conv and pooling module by
2018-07-02 12:03:45 +0800
f585a9aa
update by
2018-07-02 02:49:55 +0800
561305e0
update and add readme by
2018-07-02 02:06:33 +0800
b93cf086
initial commit by
2018-07-02 01:40:17 +0800
08791d05
Merge pull request #1 from fastnlp/master by
2018-07-02 01:34:58 +0800
0e11dd5f
correct spell error by
2018-07-01 19:53:55 +0800
389026f5
Merge remote-tracking branch 'origin/master' by
2018-07-01 19:51:32 +0800
1426fc35
refactor word_seg model & its test by
2018-07-01 19:50:07 +0800
1044c94d
Merge pull request #5 from xuyige/master by
2018-07-01 19:30:31 +0800
8e0b6633
Add files via upload by
2018-07-01 19:20:38 +0800
fc70bfe4
Add files via upload by
2018-07-01 19:08:51 +0800
83fe6f9f
combine controller and trainer by
2018-07-01 18:28:09 +0800
d04f4b43
Merge remote-tracking branch 'origin/master' by
2018-07-01 16:11:16 +0800
c4028a52
add reproduction files by
2018-07-01 16:10:07 +0800
8fbcdc80
Update README.md by
2018-07-01 10:59:38 +0800
b5dbd3cd
restructure files & add "modules" directory & add CRF.py by
2018-07-01 10:48:42 +0800
32652407
restructure files & add "modules" directory & add CRF.py by
2018-07-01 10:39:36 +0800
6e7d7931
update README.md, add file tree by
2018-06-25 14:41:30 +0800
3e1d995b
update file structures by
2018-06-25 14:16:47 +0800
19e961fe
Merge branch 'master' of https://github.com/fastnlp/fastNLP by
2018-06-25 14:13:11 +0800
f5d858e7
Merge pull request #4 from choosewhatulike/paper-implement by
2018-06-24 15:07:41 +0800
245d7cd2
add data samples by
2018-06-23 17:56:42 +0800
c1222167
Merge branch 'paper-implement' of github.com:choosewhatulike/fastNLP into paper-implement by
2018-06-23 17:43:53 +0800
73e87b5d
add some sample data by
2018-06-23 17:36:53 +0800
e5ed774b
add some sample data by
2018-06-23 17:20:50 +0800
b98b5fe1
edit readme by
2018-06-22 15:50:32 +0800
428ca505
add readme by
2018-06-22 15:47:43 +0800
58127d3c
start building word seg (generally seq2seq) model by
2018-05-30 22:28:22 +0800
fdd26b8e
add LICENSE, setup.py & requirements.txt by
2018-05-25 18:32:02 +0800
ea87f250
Merge pull request #3 from fastnlp/dev by
2018-05-25 17:59:23 +0800
29414bfc
rm /.idea by
2018-05-25 17:48:56 +0800
52b1337e
READY TO GO: test_charlm tested by
2018-05-25 17:40:28 +0800
3081a57e
optimize trainer logic & prepare charlm test by
2018-05-24 10:45:01 +0800
c049b2fe
finish basic logic of trainer & tester, wait for unittest by
2018-05-23 23:03:51 +0800
6b357bec
design intermediate controller between trainer and pytorch model by
2018-05-23 17:48:26 +0800
cd7b6b1e
add toy model to check data flow all right by
2018-05-22 16:28:33 +0800
a09ddb91
add frameworks for Vocabulary, Document by
2018-05-22 15:15:59 +0800
7b46f422
add base methods for model.base_model by
2018-05-22 11:15:27 +0800
4f71d449
build classes for saver by
2018-05-22 10:34:03 +0800
6e1446be
first commit by
2018-05-21 22:36:11 +0800
cfc47392
Merge pull request #2 from FengZiYjun/master by
2018-05-20 20:24:08 +0800
32256c6e
Add files via upload by
2018-03-23 15:09:54 +0800
d26d5b56
Merge pull request #1 from fdjingyuan/master by
2018-03-19 14:50:10 +0800
d5be1d2c
update by
2018-03-19 12:04:48 +0800
5952a814
Update README.md by
2018-03-18 21:17:56 +0800
b83ec6ea
cnn-text by LJY by
2018-03-18 21:16:29 +0800
f451754c
remove useless code by
2018-03-18 00:10:46 +0800
049420c2
add evaluate by
2018-03-15 00:10:03 +0800
4dfa273b
add batch by
2018-03-14 18:15:56 +0800
9b8d8c45
fix data loader by
2018-03-14 15:40:44 +0800
9d80c11b
fix bug by
2018-03-13 16:20:41 +0800
f3b1e6d7
add gpu by
2018-03-12 22:41:38 +0800
58ddc2d2
add train by
2018-03-12 17:38:22 +0800
544ca863
tokenize data by
2018-03-12 00:54:28 +0800
819914b6
finish model by
2018-03-10 17:07:27 +0800
60671446
Initial commit by
2018-03-07 21:30:20 +0800