https://github.com/williamfzc/work_with_stagesepx
about how to use stagesepx in production
https://github.com/williamfzc/work_with_stagesepx
example image-classification
Last synced: 10 months ago
JSON representation
about how to use stagesepx in production
- Host: GitHub
- URL: https://github.com/williamfzc/work_with_stagesepx
- Owner: williamfzc
- Created: 2020-01-15T05:07:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T14:59:06.000Z (over 5 years ago)
- Last Synced: 2025-03-17T19:52:28.233Z (about 1 year ago)
- Topics: example, image-classification
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 51
- Watchers: 2
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# work_with_stagesepx
about how to use stagesepx in production
该项目旨在介绍如何将 [stagesepx](https://github.com/williamfzc/stagesepx) 落地到生产项目中发挥作用。所有的例子均开箱即用,可以在应用中逐渐增进理解,避免止步在前期准备阶段。
## 目录
### all in one
感谢 wsc106 同学编写的 [超级详细的文档](https://blog.csdn.net/wsc106/article/details/107351675),看完基本可以解答大部分的问题,并对这个项目的运作方式有所理解。
### 基础
- [手动测试APP启动速度](./manual)
- [自动测试APP启动速度](./auto)
- ...
### 进阶
- [动态场景的判定与区分](./dynamic)
- [无需代码的配置化运行(0.15.0)](./run_with_config)
- [一个真实的落地例子与详细教程](https://github.com/150109514/stagesepx_with_keras)
- ...
## Q&A
- 遇到问题请优先看一下 [主仓库的 issue](https://github.com/williamfzc/stagesepx/issues) 有没有相关的解答;
- 错误与建议请 issue 告知,欢迎 PR :)