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.
 
 
 
 
 
x54-729 2303079180 1. 删除 FASTNLP_SEED_WORKERS 2.修改各个框架的 seed_everything 函数,使得用户可以设置种子复现训练结果 3. 修改 sampler 的 seed 参数,在为 None 时可以根据时间戳生成随机数种子 3 years ago
..
callbacks 1.修复rich在jupyter的时候不打印的问题;2.修复若干其他bug 3 years ago
collators 1.修复rich在jupyter的时候不打印的问题;2.修复若干其他bug 3 years ago
controllers 1.修复数据处理的时候,多进程print会报错的问题;2.Trainer/Evaluator增加check_dataloader_legality 3 years ago
dataloaders Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
dataset 调整部分文档格式 3 years ago
drivers 1. 删除 FASTNLP_SEED_WORKERS 2.修改各个框架的 seed_everything 函数,使得用户可以设置种子复现训练结果 3. 修改 sampler 的 seed 参数,在为 None 时可以根据时间戳生成随机数种子 3 years ago
log 修复若干微小的bug 3 years ago
metrics 调整部分文档格式 3 years ago
samplers 1. 删除 FASTNLP_SEED_WORKERS 2.修改各个框架的 seed_everything 函数,使得用户可以设置种子复现训练结果 3. 修改 sampler 的 seed 参数,在为 None 时可以根据时间戳生成随机数种子 3 years ago
utils 1.修复rich在jupyter的时候不打印的问题;2.修复若干其他bug 3 years ago
__init__.py 增加seq_len_to_mask 3 years ago
vocabulary.py 新增TqdmProgressBar 3 years ago