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 6579

Questions 6579

Tags
Sorting
Results
per page
0 Votes
3 Answers
662 Views
0 Votes 3 Answers 662 Views
Hi everyone, I'm trying to log a file using the ClearML logger like this: clearml.log_file(file_name=file_name, file_path=file_path) For example, if file_nam...
9 months ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi ClearML Community, I am deploying ClearML on my self-hosted machine(Ubuntu 20.4). I follow the instructions from https://clear.ml/docs/latest/docs/deployi...
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi!, where can I read more about what each datastore (Mongo/ES/Redis) is used for ?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi!, Is there an installation guide for cleaml-task CLI util?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi! how can I delete dataset from UI and from S3 bucket? I tried to delete from UI and then checking but I still have it ... API client doesn't have methods ...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi all! I am solving the following issue -> file1.py task = Task.create( task_name="XXX", project_name='XXX', repo="XXX", branch='master', script= 'XXX/task2...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello again 🙂 , any way to get clearml-task utility to support Conda enviroment.yml file passed to --requirements flag? (trying to avoid converting to a req...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi! How to fix this error with response?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi! Im trying pipelines with data creating and model training. pipe = PipelineController( name="data_preprocess_pipeline", project="some", version="1.0.0" ) ...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hey guys, first of all ClearML rocks! I love it 🤩 Trying to log a figure, I got : upstream connect error or disconnect/reset before headers. reset reason: c...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Performance of project overview We see some performance issues with the projects list in the Web UI. When there are lots of sub projects the server response ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I see that there are new products called clreaml deploy and clearml hyper datasets. What are the use cases or features of these ?
4 years ago
0 Votes
6 Answers
766 Views
0 Votes 6 Answers 766 Views
Hi, I've been trying to use hyperparameter optimization for Yolov11. When I try to get the top metrics using # optimization is completed, print the top perfo...
9 months ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi clearml people, I am trying to figure out if plotly animations are supported? I can see that I can report an animation figure and get the Play/Stop button...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
For any early adopters, who also want to give us feedback - both good and bad, please feel free to try the clearml-serving beta https://pypi.org/project/clea...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello (yes, I did use the everyone button/tag, sorry!), please join us in welcoming ClearML 1.0. The community hosted server was quietly updated over the wee...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
The ClearML Ops end to end on Pipelines is currently under way here https://gtc21.event.nvidia.com/media/1_477hq95y
4 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
As someone much smarter than me noted.. in our small community we have reached 500 users this morning. It's a small milestone but nothing wrong with celebrat...
4 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
The histograms I plot with matplotlib look different on clearml compared to the original plots, how can I make them look the same?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
therefore i'm not about to do clearml-init verification. 😢
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is this the old document page? https://allegro.ai/clearml/docs/rst/getting_started/index.html Does it contain anything that the official document doesn't hav...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello, we are evaluating ClearML currently and had a question about the Agent’s Docker mode. - Is there a way to enable the Docker mode when installing Clear...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi guys, I have a recurring problem : Every few new commits - I try to upload a new task and I have the following error: Using cached repository in "/root/.c...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, I am running an optimization task with OptimizerOptuna (using your doc https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameterop...
3 years ago
Show more results questions