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 ab047a2aa3 新增对RobertaEmbedding和GPT2Embedding的支持 5 years ago
..
__init__.py add __init__.py in test dir to solve file conflicts. 5 years ago
test_batch.py 1.增加RobertaEmbedding与GPT2Embedding 5 years ago
test_callbacks.py [update] collect_fn keep tracks for field 5 years ago
test_dataset.py 1.增加RobertaEmbedding与GPT2Embedding 5 years ago
test_dist_trainer.py [bugfix] fix test cases 5 years ago
test_field.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
test_instance.py Dev0.4.0 (#149) 6 years ago
test_logger.py [bugfix] fix logger's logging level 5 years ago
test_loss.py 解决CrossEntropyLoss测试因为数值问题无法通过测试的问题 5 years ago
test_metrics.py 新增对RobertaEmbedding和GPT2Embedding的支持 5 years ago
test_optimizer.py add test code in AdamW 5 years ago
test_predictor.py Dev0.4.0 (#149) 6 years ago
test_sampler.py Dev0.4.0 (#149) 6 years ago
test_tester.py Dev0.4.0 (#149) 6 years ago
test_trainer.py 1.将collect_fn修改为collate_fn使得与pytorch保持一致; 2.增加对BatchSampler的支持 5 years ago
test_utils.py 增加对ConfusionMatrix的测试用例 5 years ago
test_vocabulary.py 1.新增Vocabulary的save与load功能; 2.修复BERTEmbedding drop_word的bug; 3.新增各种Embedding的使用注释 5 years ago