continuous_evaluation icon indicating copy to clipboard operation
continuous_evaluation copied to clipboard

Macro Continuous Evaluation Platform for Paddle.

Results 24 continuous_evaluation issues
Sort by recently updated
recently updated
newest added

### DB: - [ ] Deploy MySQL DB, for example, XDB in baidu. - [ ] Design DB schema. - [ ] Familar with DB client API. ### Monitor -...

[11:14:00][Publishing artifacts] Collecting files to publish: [output/paddlepaddle*.whl, build/paddle.tgz, build/fluid.tgz] [11:14:00][Publishing artifacts] Failed to publish artifacts: Artifact file 'fluid.tgz' has size 2654525440 bytes which exceeds maximum allowed size of 2147483648 bytes....

This version will contain the following enhancement: - more unittests for better extending and teamworking - store the KPIs to DB - more clear abstraction in Python for the data...

design

debug时, 可以在teamcity上指定具体模型跑

![docker](https://user-images.githubusercontent.com/32069604/41719860-e34e6264-7593-11e8-9800-70c92bddfcc0.JPG) http://10.255.100.55:8111/viewLog.html?tab=buildLog&buildTypeId=ContinuousEvaluation_PaddleContinuousEvaluation&buildId=1 请闫旭老师帮忙弄下teamcity agent 的docker中需要一些什么设置~ 机器:10.255.100.55 docker 容器:teamcity-agent 登录方式我单给你下~ 谢谢

![222](https://user-images.githubusercontent.com/32069604/41449054-5973b564-7091-11e8-8f4c-adaa293d2f42.PNG) 最上面那个任务, 点击进去经常发现只有几个tasks, 将其显示doing状态或者在doing 的不显示在CE web上? 避免用户以为我们只有这几个模型

http://www.celeryproject.org/ teamcity上只支持3个免费agent。 如果将来需要测试若干种机型task, 需要加若干agent才能支持。 调研了celery 工具 ### **流程** master监测到teamcity 上的queue 中有tasks, 执行相应的调度 ```python @app.task def V100(): #Run tasks on v100 return {"task_kpis":"kpis_values", "task_type": "v100"} @app.task def P40(): #Run tasks on...