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_cc 1d3b80b7f9 修复_move_model_to_device中当device=torch.device('cpu')会触发的bug 5 years ago
..
__init__.py 更新部分内部引用 5 years ago
_logger.py [update] docs for logger & dist_trainer 5 years ago
_parallel_utils.py add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 6 years ago
batch.py [add] docstring in batch, dist_trainer; [update] dist_trainer, callback 5 years ago
callback.py 1. 修复Tester测试过程中出现异常model不能重置为Training状态的bug; 2. FitlogCallback, EvaluateCallback在遭遇exception时直接raise,防止出现metric没有重新归零的问题 5 years ago
const.py update document in fastNLP/core/const.py 5 years ago
dataset.py [update]对最近几个issue的更新 5 years ago
dist_trainer.py [update] docs for logger & dist_trainer 5 years ago
field.py DataSet中增加print_field_meta方法,使得其可以获取field的input和target信息 5 years ago
instance.py 1.新增CMRC2018的metric,loss,pipe,loader等; 2. 新增中文Bert的使用教程 5 years ago
losses.py 修复针对pytorch1.3.0版本bug的一个bug 5 years ago
metrics.py [update] update index documents 5 years ago
optimizer.py add test code in AdamW 5 years ago
predictor.py split the class's doc & __init__'s doc (core part) 5 years ago
sampler.py split the class's doc & __init__'s doc (core part) 5 years ago
tester.py 更新部分内部引用 5 years ago
trainer.py 使用Trainer中data_iterator属性参与循环使得可以通过callback修改数据 5 years ago
utils.py 修复_move_model_to_device中当device=torch.device('cpu')会触发的bug 5 years ago
vocabulary.py [update]对最近几个issue的更新 5 years ago