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 1994029ab8 1.当前支持的encoding_type都支持从tag_vocab中自动判断;避免触发无意识导致的metric bug; 2. 修复部分inplace操作无法求导的问题; 3.Vocabulary将一些属性通过property暴露 5 years ago
..
test_batch.py [unstable] change Batch to torch's DataLoader 5 years ago
test_callbacks.py 1. 删除Trainer中对train_data必须为DataSet的assert 5 years ago
test_dataset.py 1. delete io/data_loader dir; 2. delete model/enas*; 3. delete legacy dir; 4. delete DateSetLoader and relevant codes; 5. fix a test code error in core/test_dataset.py; 6. delete io.BaseLoader and relevant code. 5 years ago
test_dist_trainer.py [fix] distributed trainer 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;“ 5 years ago
test_instance.py Dev0.4.0 (#149) 5 years ago
test_loss.py Dev0.4.0 (#149) 5 years ago
test_metrics.py 1.当前支持的encoding_type都支持从tag_vocab中自动判断;避免触发无意识导致的metric bug; 2. 修复部分inplace操作无法求导的问题; 3.Vocabulary将一些属性通过property暴露 5 years ago
test_optimizer.py Dev0.4.0 (#149) 5 years ago
test_predictor.py Dev0.4.0 (#149) 5 years ago
test_sampler.py Dev0.4.0 (#149) 5 years ago
test_tester.py Dev0.4.0 (#149) 5 years ago
test_trainer.py 1. 删除Trainer中对train_data必须为DataSet的assert 5 years ago
test_utils.py fix some bugs in test code. 5 years ago
test_vocabulary.py Vocabulary中no_create_entry的bug修复 5 years ago