kale icon indicating copy to clipboard operation
kale copied to clipboard

Kubeflow’s superfood for Data Scientists

Results 109 kale issues
Sort by recently updated
recently updated
newest added

When using Kale with Kubeflow profile that has CPU or mem restrictions (https://www.kubeflow.org/docs/components/multi-tenancy/getting-started/#manual-profile-creation) after pipeline run first step fails with: This step is in Error state with this message: pods...

We are running Kale and we would like to inject secrets into the Kale pipeline just as with an ordinary KFP pipeline. Is this possible?

Hello, thank you for your great work I faced the issue when I deployed my own pipeline with kale. it's a small gan network, trained with 10k images 256x256 I...

**Kale Version: 0.7.0 Kubeflow: 1.2** I am trying to submit a Katib experiment from kale, its creating experiment and launching a pod and its keep running no further trail pods...

kale: v0.7.0 kubeflow: v1.3 Run pipeline example from [candies_sharing.ipynb](https://github.com/kubeflow-kale/examples/blob/master/base/candies_sharing.ipynb) But got error: ``` Traceback (most recent call last): File "", line 48, in File "", line 7, in sack File...

2021-08-13 08:48:47 Kale marshalling [ERROR] During data passing, Kale could not marshal the following object: - path: 'data' - type: '' The error was: Cannot serialize socket object

if mount path is missing,the pipeline step would failed to schedule

Please, Any help about it? Thanks ``` from kale.common.serveutils import serve --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in ----> 1 from kale.common.serveutils import serve ModuleNotFoundError: No module named 'kale.common.serveutils'...

I'm using the `jupyter-kale-py36:kubecon21eu-automl-nightly` image and cannot compile any of the examples from this repo due to the following error: ```Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/kale/rpc/run.py", line 116, in...

trying this example - "https://github.com/kubeflow-kale/kale/blob/master/examples/dog-breed-classification/dog-breed-katib.ipynb" HTTP response body: {"error_message":"Error creating pipeline: Create pipeline failed: Failed to get parameters from the pipelineRun: Invalid input error: Unsupported argo version. Expected: tekton.dev/v1beta1. Received:...