Kirill Dubovikov

Results 22 comments of Kirill Dubovikov

Does not work for me either. I am using LDAMallet and using corpus instead of dictionary parameter as per @Kaotic-Kiwi advice did not help to solve the issue, unfortunately. I...

+1, having the answer key would be really great

Yes, you are right. I will manage this with `from __future__ import print_function` and update the PR. Then it will work with Python 2 and 3 simultaneously UPDATE please see...

Also consider using prebuilt wheels from tensorflow Jenkins builds. Python 3: http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3/ Python 2: http://ci.tensorflow.org/view/Nightly/job/nightly-pi/ For example, for Python 3 and TF 1.5 run: `pip install http://ci.tensorflow.org/view/Nightly/job/nightly-pi-python3/lastSuccessfulBuild/artifact/output-artifacts/tensorflow-1.5.0-cp34-none-any.whl`

> [TRACKING] AWS Distribution for Kubeflow v1.6 #309 @surajkota I have outlined two ways this problem can be solved here: https://github.com/kubeflow/pipelines/issues/8111#issuecomment-1210995658. There is also a way to fix the issue...

I haven't found any docs that mention what postgres instance I should use to generate pg_catalog. This is needed to complete the pull request and fix tests. Could anyone direct...

@surajkota, thanks for the quick and detailed response. We have validated that this works on Kubeflow 1.6.1 and EKS 1.23. This can be an issue for Kubeflow 1.5.1 and EKS...

My bad, I've found that it actually uses `AWS_REGION` variable here: https://github.com/kubeflow/pipelines/blob/e8abec24fed4c4f8be6f527207b1cec9811ce3e7/frontend/server/configs.ts#L129. Will add that to deployment to test if it works

It works as expected if I specify `AWS_REGION`, `AWS_SECRET_ACCESS_KEY`, and `AWS_ACCESS_KEY_ID `