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.
Nyakku Shigure 18f61bc948
add AverageBlur, GaussianBlur, Sharpen transform methods (#1)
2 years ago
..
__init__.py add .gitignore 2 years ago
test_base.py fix tests 2 years ago
test_transforms.py add AverageBlur, GaussianBlur, Sharpen transform methods (#1) 2 years ago

飞桨模型测试增强(TTA)工具箱,可在不增加模型参数量情况下快速提升模型稳定性,同时支持普通、高阶API调用方式,方便开发者对模型预处理方案进行分析,进而提升模型性能。

Python other