Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gxtrobot committed Aug 20, 2019
1 parent daf9a62 commit 4bf2cf8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gunicorn bustag.app.index:app --bind='0.0.0.0:8080'
| |____model.pkl
```

- config.ini, (系统配置文件, 必须, 系统启动时候需要此文件)
- config.ini, (系统配置文件, 必须, 系统启动时候需要此文件, [参考文件](./data/config.ini))
- bus.db (数据库文件, 可选, 但是可以放一个[现成的库, 有 2000 条数据, 方便直接开始打标, 不需要等下载](./data/bus.db))
- crontab.txt (定时下载配置文件, 可选, [参考例子](./docker/crontab.txt))
- model 目录(系统训练生成的模型)
Expand Down Expand Up @@ -100,7 +100,10 @@ gunicorn bustag.app.index:app --bind='0.0.0.0:8080'
6. 要多少打标数据才能训练模型
建议至少达到 300 打标数据(包括喜欢, 不喜欢), 如何尝试训练模型, 并查看模型效果值, 如不满意可以增加训练数据并重新训练

7. 如何改变服务器运行端口
7. 模型用了什么数据训练
模型目前主要使用了各种标签数据, 比如影片分类, 女优名等等, 目前没有使用到标题

8. 如何改变服务器运行端口
服务器默认为 8080 端口, 如果需要改变, 可以修改启动 docker 容器命令, 比如 8000

```
Expand Down

0 comments on commit 4bf2cf8

Please sign in to comment.