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 fcd5125009 Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
..
callbacks 1. 将带有Monitor的callback都抽象为HasMonitorCallback,并由这个父类进行monitor的设置和检验的; 2.支持从Trainer中设置monitor给所有的Callback使用;3.新增EarlyStopCallback. 3 years ago
collators 添加了collators 3 years ago
controllers 1. 将带有Monitor的callback都抽象为HasMonitorCallback,并由这个父类进行monitor的设置和检验的; 2.支持从Trainer中设置monitor给所有的Callback使用;3.新增EarlyStopCallback. 3 years ago
dataloaders 修改测试用例unittest为pytest 3 years ago
dataset 1.增加DataSet的__setitem__方法,使得其可以直接random.shuffle(dataset); 2.优化部分log输出显示 3 years ago
drivers Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
log 移动env的位置为顶级目录 3 years ago
metrics 修改ClassifyF1PreRecMetric及对应的测试用例 3 years ago
samplers 修改之前的错误名称引用 3 years ago
utils Merge branch 'dev0.8.0' of github.com:fastnlp/fastNLP into dev0.8.0 3 years ago
__init__.py 移动env的位置为顶级目录 3 years ago
vocabulary.py 添加了vocabulary 3 years ago