You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
yh 9529f89abd 增加DataBundle的方法;增加BilSTMCRF的注释 5 years ago
..
__init__.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 5 years ago
_logger.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 5 years ago
_parallel_utils.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 5 years ago
batch.py 1.增加sequence labelling中bert ner; 2.将print替换为logger 5 years ago
callback.py fix some bugs in docs 5 years ago
const.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 5 years ago
dataset.py 增加DataBundle的方法;增加BilSTMCRF的注释 5 years ago
dist_trainer.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 5 years ago
field.py 1.修复MNLILoader中的bug; 2.修复field中的tensor warning 5 years ago
instance.py 1. 分类DataSetLoader中的Loader功能Pipe功能; 2. 增加数据集自动下载; 3.修复vocabulary中的bug 6 years ago
losses.py CrossEntropyLoss增加class_in_dim选项控制target的维度 6 years ago
metrics.py SpanFMetric增加对encoding_type和tag_vocab的检查 5 years ago
optimizer.py 1. Trainer支持使用DistributedDataParallel训练; 但是还没有经过广泛测试,谨慎使用; 2. 修复import os bug; 3.FitlogCallback支持不传入任何DataSet; 4. NullOptimizer的construct_from_optimer返回self; 5. 修复Bert中pooled_cls的bug;“ 6 years ago
predictor.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 5 years ago
sampler.py 1. Trainer支持使用DistributedDataParallel训练; 但是还没有经过广泛测试,谨慎使用; 2. 修复import os bug; 3.FitlogCallback支持不传入任何DataSet; 4. NullOptimizer的construct_from_optimer返回self; 5. 修复Bert中pooled_cls的bug;“ 6 years ago
tester.py 1.增加sequence labelling中bert ner; 2.将print替换为logger 5 years ago
trainer.py Trainer中保存最佳模型存在bug 5 years ago
utils.py 1.增加sequence labelling中bert ner; 2.将print替换为logger 5 years ago
vocabulary.py 1.修复MNLILoader中的bug; 2.修复field中的tensor warning 5 years ago