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 with tag clearml

Questions with tag clearml

Tags
Sorting
Results
per page
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Quick note: v1.3.1 caused PipelineDecorator Tasks to by default disable the automagic frameworks connection, this bug is solved in the latest RC pip install ...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
I'd like the CONSOLE in a ClearML run to show only the stdout/stderr as it does now, but I'd also like ClearML to capture DEBUG level logs. Is there an easy ...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I'm fine to specify package versions, but some package versions have a requirement on Python version, and that's where I'm currently facing an issue.
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
i was able to run my clearml-agent but when i tried in docker mode. I got the below error. Btw, my worker runs in non-gpu machine but also dont need GPU as w...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, I think I found a possible bug when using get_reported_plots on a task. the name is attached to the plot_str string. so plotly can't really analyze it a...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi there! I want to add metrics in ClearML via task.connect(params_dictionary) , but they are calculated in a file other than the entry point (where the Task...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi
Hi ! 🎉 We have exciting news to share, clearml-serving v2 is finally out! 🎊 After multiple design iterations with users & customers, the new and revised cl...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi friends. I need to authenticate to Hugging Face to download a private dataset (as shown here: https://huggingface.co/welcome ) for a ClearML job. How do I...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hi, I am running ClearML open source version on EKS Kubernetes and trying to set the web login configurations as described here: https://clear.ml/docs/latest...
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hi, I am a pro account user (just upgraded today). I currently have a queue name "services" and 2 workers are listening to this queue, but only one is pullin...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi! I want to use non system git user for clearml-agent. I saw settings: agent.git_user="" agent.git_pass="" But authentificate by log/pass is disable on hos...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Is it possible to upload from ClearML (using Logger/upload_artifact ) a clearml.automation.optimization.HyperParameterOptimizer object? (as pickle for exampl...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
I am trying to test and show the results on my local machine. ( clearml-server with http:///localhost:8080 ) My system info: OS: ubuntu 18.04 docker: 20.10.8...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Can I shutdown specific workers somehow? Running clearml-agent .... --stop just iterates over all the local workers and shuts them down one by one
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
I have a question about remote dataset get/download. (Server A)Deploy clearml server. (Server B)Execute clearml-init and set api credentials from server A's ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, For the CML SaaS Pro tier - are the first 3 users still free and I'll only be charged for any additional users?
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I am getting this specific message when trying to run Hyper parameters optimization (running remotely my task). Does it affect my flow? Do I have something t...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, it seems ClearML has trouble serializing Keras model config for TF >= 2.5 when the model contains a Lambda layer with functions like K.mean. I’ve created...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Has anyone compared wandb vs clearml ?)
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
If I create a task using Task.create and then in a separate piece of code I want to report to it (by using Task.get_task(task_id) ), can I still use the auto...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Congrats on the clearml-serving 0.9.0 release! I’ll try it for sure!
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello, is it possible for the clearml-agent in docker mode to not pull a specific docker image, but to build one from the experiment repository using the Doc...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
what is the difference between connect_configuration and set_configuration ? (similarly connect vs set_parameter )
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello, I have two questions about TaskScheduler. I follow the https://github.com/allegroai/clearml/blob/master/examples/scheduler/cron_example.py , but I can...
3 years ago
Show more results questions