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
Profile picture
GreasyPenguin14
Moderator
29 Questions, 62 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

61 × Eureka!
0 Votes
4 Answers
676 Views
0 Votes 4 Answers 676 Views
2 years ago
0 Votes
24 Answers
594 Views
0 Votes 24 Answers 594 Views
Hi, is it possible to specify per experiment (task in clearml) where the results (artifacts) are saved?
2 years ago
0 Votes
3 Answers
695 Views
0 Votes 3 Answers 695 Views
I read that clearml-data stores only the difference between versions. Is this only working for text files or also for big files like medical imaging?
2 years ago
0 Votes
3 Answers
638 Views
0 Votes 3 Answers 638 Views
3 years ago
0 Votes
1 Answers
526 Views
0 Votes 1 Answers 526 Views
2 years ago
0 Votes
9 Answers
589 Views
0 Votes 9 Answers 589 Views
How can I test scripts that use clearml in a CI environment? The integration tests run in a docker container without access to a clearml server, so I get the...
2 years ago
0 Votes
0 Answers
585 Views
0 Votes 0 Answers 585 Views
This is from the slack alerts console: > Environment setup completed successfully Starting Task Execution: ClearML experiment monitor Slack service ClearML r...
3 years ago
0 Votes
4 Answers
585 Views
0 Votes 4 Answers 585 Views
What is the maximum length for the experiment name? I noticed that with very long names errors can occur
2 years ago
0 Votes
4 Answers
575 Views
0 Votes 4 Answers 575 Views
Hi, we use clearml to track all our experiments. For each experiment the accuracy the logged for both the training and the test set: self.logger.report_scala...
3 years ago
0 Votes
30 Answers
575 Views
0 Votes 30 Answers 575 Views
2 years ago
0 Votes
2 Answers
605 Views
0 Votes 2 Answers 605 Views
Hi, what is the correct way to get all the failed and aborted experiments? client = APIClient() tasks = client.tasks.get_all( system_tags=["failed", "aborted...
2 years ago
0 Votes
0 Answers
550 Views
0 Votes 0 Answers 550 Views
Hi all, I am following the exact same steps as in the "Getting Started": https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html...
3 years ago
0 Votes
5 Answers
530 Views
0 Votes 5 Answers 530 Views
3 years ago
0 Votes
2 Answers
531 Views
0 Votes 2 Answers 531 Views
2 years ago
0 Votes
11 Answers
589 Views
0 Votes 11 Answers 589 Views
Hi, is it possible to query all experiments in a project and get the best performing one (sorted by one metric)? Something similar as search_runs in mlflow (...
3 years ago
0 Votes
4 Answers
693 Views
0 Votes 4 Answers 693 Views
3 years ago
0 Votes
6 Answers
614 Views
0 Votes 6 Answers 614 Views
Hi, when using the logger.report_table() method ( https://allegro.ai/clearml/docs/docs/examples/reporting/pandas_reporting.html#reporting-csv-files-as-tables...
3 years ago
0 Votes
13 Answers
74 Views
0 Votes 13 Answers 74 Views
Maybe this is more a git question than a ClearML question, but how do I get the CLEARML_AGENT_GIT_USER and CLEARML_AGENT_GIT_PASS for step 11 in https://alle...
3 years ago
0 Votes
1 Answers
560 Views
0 Votes 1 Answers 560 Views
Hi, is there a way to not upload results by default to the clearml demo server?
3 years ago
0 Votes
6 Answers
667 Views
0 Votes 6 Answers 667 Views
2 years ago
0 Votes
11 Answers
582 Views
0 Votes 11 Answers 582 Views
Hi, I noticed that clearml does not work together with the debugger in PyCharm. Everytime I use the debugger I have to first comment out the clearml code. Is...
3 years ago
0 Votes
1 Answers
596 Views
0 Votes 1 Answers 596 Views
2 years ago
0 Votes
17 Answers
593 Views
0 Votes 17 Answers 593 Views
Hi, when I use the slack monitoring service it creates a link with task.get_output_log_web_page() However, this gives something like http://apiserver:8080/pr...
3 years ago
0 Votes
4 Answers
539 Views
0 Votes 4 Answers 539 Views
2 years ago
0 Votes
2 Answers
549 Views
0 Votes 2 Answers 549 Views
Is there a recommended way to deal with ClearML in Continuous Integration pipelines? I have an integration test running in the CI, but now it writes to the p...
3 years ago
0 Votes
2 Answers
561 Views
0 Votes 2 Answers 561 Views
agent-services: networks: - backend container_name: trains-agent-services image: allegroai/trains-agent-services:latest restart: unless-stopped privileged: t...
3 years ago
0 Votes
3 Answers
599 Views
0 Votes 3 Answers 599 Views
from clearml import Dataset # Preprocessing code here dataset = Dataset.create(dataset_name='dataset name',dataset_project='dataset project') dataset.add_fil...
2 years ago
0 Votes
4 Answers
591 Views
0 Votes 4 Answers 591 Views
From the getting started: "If CLEARML_AGENT_GIT_USER / CLEARML_AGENT_GIT_PASS are not provided, then ClearML Agent Services will not be able to access any pr...
3 years ago
0 Votes
9 Answers
566 Views
0 Votes 9 Answers 566 Views
from datetime import datetime import hashlib from clearml import Task previous_timestamp = 0 task_filter = {} task_filter.update( { 'page_size': 100, 'page':...
3 years ago
0 From The Getting Started: "If 

Okay, but for example slack alerts do not need git access I assume?

3 years ago
Show more results compactanswers