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 5580

Questions 5580

Tags
Sorting
Results
per page
0 Votes
10 Answers
654 Views
0 Votes 10 Answers 654 Views
one year ago
0 Votes
6 Answers
509 Views
0 Votes 6 Answers 509 Views
Hi
Hi 🙂 I have two separate instances of ClearML server (small instances, no agents deployed as of now), which I want to joining into one bigger instance. Is i...
one year ago
0 Votes
28 Answers
531 Views
0 Votes 28 Answers 531 Views
I uncommented the line path: ~/.clearml/venvs-cache in the remote agent’s clearml.conf but the remote agent still keeps re-installing all pkgs in the venv. (...
one year ago
0 Votes
0 Answers
520 Views
0 Votes 0 Answers 520 Views
I have a question regarding running a model on the agent with an external dataset, I have the dataset in my local device and I connected it with the clearML ...
one year ago
0 Votes
6 Answers
579 Views
0 Votes 6 Answers 579 Views
How can I configure clearml Python logging, e.g., add a custom handler with my formatter? Currently, the output is unformatted… ClearML Task: created new tas...
one year ago
0 Votes
12 Answers
602 Views
0 Votes 12 Answers 602 Views
Hi all. I've been mistakenly using connect_configuration instead of set_parameters on the Task object, and, as I found out, I cannot use any of the configura...
one year ago
0 Votes
4 Answers
726 Views
0 Votes 4 Answers 726 Views
one year ago
0 Votes
23 Answers
620 Views
0 Votes 23 Answers 620 Views
Hi, I am trying to test the whole stack on my local machine but I am unable to make clearml-agent and clearml-serving work. Every time I get: > clearml_agent...
one year ago
0 Votes
2 Answers
560 Views
0 Votes 2 Answers 560 Views
That is from documentation, https://clear.ml/docs/latest/docs/fundamentals/logger/ . How can I stop the earlier debug samples from being deleted even if I tr...
one year ago
0 Votes
19 Answers
540 Views
0 Votes 19 Answers 540 Views
I am doing port forwarding of ports from localhost clearml server in EC2 instance to the ports in laptop locally. I am able to login to the server and genera...
one year ago
0 Votes
4 Answers
588 Views
0 Votes 4 Answers 588 Views
Hi! How to fix this error with response?
one year ago
0 Votes
7 Answers
605 Views
0 Votes 7 Answers 605 Views
If I create a dataset with Dataset.create(..., use_current_task=True) , that task holds the dataset. Can I then refer/copy/attach the same dataset to other t...
one year ago
0 Votes
0 Answers
26 Views
0 Votes 0 Answers 26 Views
2 years ago
0 Votes
3 Answers
672 Views
0 Votes 3 Answers 672 Views
Hello everyone! First, thanks a lot to everyone that made ClearML possible, I've been looking for a tool like that for years. I just installed the open sourc...
one year ago
0 Votes
14 Answers
578 Views
0 Votes 14 Answers 578 Views
With the Helm charts, what is the recommend way to automate getting an api secret pair for the k8 glue agent so you dont have to go into the UI and generate ...
one year ago
0 Votes
5 Answers
652 Views
0 Votes 5 Answers 652 Views
What could cause a queue to be recreated automatically? I experimented with the autoscaler with queue name foo , got it working, closed the autoscaler, delet...
one year ago
0 Votes
13 Answers
597 Views
0 Votes 13 Answers 597 Views
Two things: The release of clearml-agent was not announced in 🤯 clearml-agent seems outdated wrt requirements, making poetry and clearml-agent incompatible:...
one year ago
0 Votes
2 Answers
674 Views
0 Votes 2 Answers 674 Views
hey - where can I set up a demo/ask pricing questions?
one year ago
0 Votes
12 Answers
616 Views
0 Votes 12 Answers 616 Views
Hi clearML community I am working on a pytorch neural transfer project and I'm trying to use clearml agent for remote execution. I'm trying to install requir...
one year ago
0 Votes
18 Answers
614 Views
0 Votes 18 Answers 614 Views
one year ago
0 Votes
4 Answers
540 Views
0 Votes 4 Answers 540 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...
one year ago
0 Votes
9 Answers
557 Views
0 Votes 9 Answers 557 Views
Hey, I had a doubt with clearml-agent I run it locally in non docker mode, I was wondering if there is a cap to the number of cpu cores that are assigned to ...
one year ago
0 Votes
2 Answers
579 Views
0 Votes 2 Answers 579 Views
Hey, how can I download report_table objects back into python as a dataframe? I'm sure I've done this before but have no idea how I did it.
one year ago
0 Votes
9 Answers
636 Views
0 Votes 9 Answers 636 Views
one year ago
0 Votes
8 Answers
536 Views
0 Votes 8 Answers 536 Views
Hey, how exactly do we store models generated from a stage in my pipeline? I was looking to store them in h5/ p th formats in particular. Is there an example?
one year ago
0 Votes
4 Answers
605 Views
0 Votes 4 Answers 605 Views
Hi Another issue regarding dataset whenever preview ing the dataset (which is in a parquet tabular format) the browser automatically downloads a copy of the ...
one year ago
0 Votes
7 Answers
549 Views
0 Votes 7 Answers 549 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...
one year ago
0 Votes
10 Answers
538 Views
0 Votes 10 Answers 538 Views
is there a way clearml can be stopped from updating dependencies when cloning?
one year ago
0 Votes
4 Answers
556 Views
0 Votes 4 Answers 556 Views
Hello, is there a way to get the list of available variants for a metric via the API?
one year ago
0 Votes
5 Answers
548 Views
0 Votes 5 Answers 548 Views
Hi everyone! I'm facing a problem with metrics quota, i reported it in github issues ( https://github.com/allegroai/clearml/issues/623 ) and i don't see any ...
one year ago
Show more results questions