Wu Yi

Results 107 comments of Wu Yi

Thanks for reminding, I'll check out how ElasticDL works today.

Update: Will remove `get_model()`. I can expose the subclass name and function name can also work if we can check the name after `TO TRAIN` is a class or a...

Just for discussion: https://github.com/sql-machine-learning/pysqlflow/pull/70#issuecomment-504036707

Thanks, if you've installed `kubeflow-chart` or using Kubeflow's manifest, you may need to clean the resources installed previousely and install `kubeflow-chart` again.

使用官方 manifests repo 安装的话,可以用 manifest 输出的yaml 文件,执行`kubectl delete -f xxx.yaml` 删除。使用本 helm chart 安装的话,可以执行 `helm delete `

@l1351868270 使用最新版本的 chart 安装还有遇到问题么?此外,报错信息请描述清楚操作步骤,是页面报错还是某个 pod 的报错。

可以看下 `kubectl -n kubeflow get rolebindings` 找到 `volumes-web-app` 对应的权限配置排查。 不过正常如果 chart 安装成功,权限都会自动配置。如果在 `helm install` 时有报错,建议先排查安装的报错问题。

您好,目前版本没有集成 katib 模块,集成之后会更新此 issue

对不同的服务是有不同的对配额的划分的。需要每个模块自行关联到space。 用户--多对多--space space--多对一--codis product id space --N对N--XX服务 是否是这样的通用方式?