Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
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
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Hi. I'm running this little pipeline: from clearml.automation.controller import PipelineDecorator from clearml import TaskTypes @PipelineDecorator.component(...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
How can I call the runtime of a experiment running on the clearml agent?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
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
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
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
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
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
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is it expected that K8s helm chart also starts a ClearML worker?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
Show more results questions