fastNLP/tests/core/samplers
2022-05-03 12:37:18 +08:00
..
__init__.py 更新 callbacks, controllers, drivers, samplers 以及 tests 中的部分内容 2022-04-08 21:48:29 +08:00
test_reproducible_batch_sampler_torch.py 添加了 reproducible batch sampler 的测试 2022-05-03 12:37:18 +08:00
test_reproducible_batch_sampler.py 添加了 reproducible batch sampler 的测试 2022-05-03 12:37:18 +08:00
test_reproducible_sampler.py 1.删除sampler中num_consumed_samples_array,转为通过batch_size等进行换算。2.在Metric中新增all_gather_object接口,方便评测 2022-04-16 15:22:44 +08:00
test_unrepeated_sampler.py 调整测试例以适应pytest;为测试例添加标签 2022-05-02 05:46:47 +00:00