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 |
|
Jason
|
5d4372955f
|
Add some comments for python api (#327)
* Add some comments for python api
* Update setup.py
* Update runtime.py
|
2022-10-09 10:05:18 +08:00 |
|
Jason
|
e227c5625e
|
Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat (#263)
rename frontend to model_format
|
2022-09-22 13:24:05 +08:00 |
|
Jason
|
68523be411
|
Modify file structure to separate python and cpp code (#223)
Modify code structure
|
2022-09-14 15:44:13 +08:00 |
|