Alexey Volkov

Results 117 comments of Alexey Volkov

Thank you for your patience and sorry for suddenly dumping a bunch of issues in the repo. I did not realize that this project was so old (the latest releases...

BTW, if you're interested, I can share my use case scenario. Just a usage data point. My scenario is pretty trivial. I needed an operation that is opposite of "normal"...

I guess I was just using `uv run --with` instead of `uvx --from`. Anyways, ``` uvx --from git+https://github.com/Cloud-Pipelines/oasis-cli.git@5625f4ef1b4c6de65bee913c3cc31bf1cb1c3154 python -c "import click; print(click.__version__)" Updated https://github.com/Cloud-Pipelines/oasis-cli.git (5625f4ef1b4c6de65bee913c3cc31bf1cb1c3154) 8.2.0 ``` >If you...

>Please don't post multiple times. Sorry about that. Thank you for you patience. I posted in that thread, then thought that maybe a separate issue would have been better.

How did you verify that the updated component code works?

Interesting. I do not fully understand why this code works. The command-line receives the labels as a JSON-serialized string. The `train` function has an untyped parameter `labels` which is treated...

> BTW in ml engine train yaml we have List as args so do not know why json.dumps is ok here When you pass a string, the SDK assumes that...