Files
FastDeploy/tests/models
Jason 3589c0fa94 [Model] Refactor PaddleClas module (#505)
* Refactor the PaddleClas module

* fix bug

* remove debug code

* clean unused code

* support pybind

* Update fd_tensor.h

* Update fd_tensor.cc

* temporary revert python api

* fix ci error

* fix code style problem
2022-11-07 19:33:47 +08:00
..
2022-11-05 07:54:16 +00:00
2022-11-05 07:23:44 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:23:44 +00:00
2022-11-05 07:54:16 +00:00
2022-11-05 07:54:16 +00:00

添加模型单测

所有模型统一使用runtime_config.py中的RuntimeOption进行配置

import runtime_config as rc


model = fd.vision.XXX(..., runtime_option=rc.test_option)

验证For循环跑2+次与Baseline结果符合预期