With the last ClearML Server update we have observed that filtering by USER is quite messy. There are multiple instances of the same user: same name but diff...
3 years ago
Hi, That I'm running the line dataset = clearml.Dataset.get (dataset_project = 'datasets', dataset_tags = ....) I get: File "/root/.clearml/venvs-builds/3.8/...
3 years ago
Hey guys! Has anyone ever seen an error like this? I'm using my code in a clearml-agent and it looks like something is breaking with click bindings. Tracebac...
3 years ago
Hello, a question on using the AWS Autoscaler app in the SaaS – can a custom IAM role be used for launching the machines? I’m looking at giving custom permis...
3 years ago
Hi. I'm running this little pipeline: from clearml.automation.controller import PipelineDecorator from clearml import TaskTypes @PipelineDecorator.component(...
3 years ago
Hi, I have noticed that Dataset has started reporting my dataset head as a txt file in "Debug samples -> Metric: Tables". Can I disable it? Thanks!
3 years ago
Hello, I’m seeing this issue when launching a machine with the app – 2022-07-05 09:55:49,759 - usage_reporter - INFO - Sending usage report for 60 usage seco...
3 years ago
Can I upload debug samples to GCP? I only see aws and azure in the https://clear.ml/docs/latest/docs/configs/clearml_conf#sdk-section
Hi guys, I keep receiving a timeout error: Retrying (Retry(total=234, connect=240, read=234, redirect=240, status=240)) after connection broken by 'ReadTimeo...
3 years ago
I have an inference task in Clearml where I apply a model (defined in input params) to a dataset. Clearml registers the model as an input model, which is nic...
3 years ago
Hi, bug report. I was trying to upload data to S3 via clearml.Dataset interface def finalize(dataset: Dataset, hyperparams: HyperParams) -> None: dataset.add...
3 years ago
Hi We are getting the following error when we are trying to run a task on our on premis clearml-agent ( version 1.3.0) cloning: git@github.com:XXXX/sample.re...
3 years ago
Hi I'm looking into how clearml supports datasets and dataset versioning and I'm a bit confused. Is dataset versioning not supported at all in the non-enterp...
3 years ago
Hi. Looking into clearml support for datasets, I'd like to understand how to work with large datasets and cases where not all the data is downloaded at once....
3 years ago
How can I call the runtime of a experiment running on the clearml agent?
3 years ago
Does ClearML have any suggestions on GPU and non-GPU AMIs for the AutoScaler? The two default ones in the documentation are either: Non-existent (too old) - ...
3 years ago
CORS Support ## Hi All, I'm running a self-hosted ClearML server and I want to enable CORS on the fileserver, specifically Access-Control-Expose-Headers: "Ac...
3 years ago
Hi. I'm using @PipelineDecorator.component to define a task from a function (to run in a pipeline) I'd like to get the task object within this function so th...
3 years ago
suppose I use a pipeline decorator to define a pipeline: @PipelineDecorator.pipeline(name='my-pipeline', project='my-project', version='0.2') def my_pipeline...
3 years ago
Hello ClearML, I am curious to know how does the clearml PipelineController know the ip of the ClearML server? It seems it knows the right IP of the task ser...
3 years ago
Hi everyone, quick question regarding MinIO and logging: task = Task.init( project_name=project_name, task_name=task_name, tags=tags, output_uri=" ", ) torch...
3 years ago
Hi, I'm following the instructions for https://clear.ml/docs/latest/docs/guides/ide/remote_jupyter_tutorial . after > Launch interactive session [Y]/n? y I"m...
3 years ago
Hi. I have a few questions about the snippet attached re-running this code produces the same printouts... I chose 47 out of 100 in the pipeline ... I chose 8...
3 years ago
Is it expected that K8s helm chart also starts a ClearML worker?
3 years ago
One more follow-up still; we're trying to run non-GPU scaler, and I've finally sorted out subnet and security groups issues, only to run into this: Executing...
3 years ago
Hey, I'm trying to easily set up experiment tracking for my small team for our research project. What's the easiest way to setup a ClearML server that's free?
3 years ago
On another subject, how do I disable some feature of automatic reporting? Let's say just the model reporting since I think it slows the initialization of the...
3 years ago
Hi. I have a question about pipelines and their generated dependency graphs. I took the code of the clearml pipeline from decorator example: https://github.c...
3 years ago
Hi all, i'm trying to download a model inside a container based lambda function, but when I use .get_local_copy() it tries to save it in a non-existing locat...
3 years ago
hello, ive been reading the docs of HyperParameterOptimizer, and various questions in the channel, but couldn't find an answer. I have a working HPO run, but...
3 years ago