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
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Hey everyone, not sure exactly when it started to happen but I get unexpected behavior with task.init jobs with same project/tasks name are not overwritten -...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, How do I enable ssl with our self-hosted clearml-server ?
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
2 years ago
0 Votes
4 Answers
3K Views
0 Votes 4 Answers 3K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, I'm running clearml==1.8.4rc0 When creating a Dataset with the following code - the dataset that is created includes ALL the files within the bucket and ...
2 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi. I have a job that processes images and creates ~5 GB of processed image files (lots of small ones). At the end - it creates a clearml.Dataset and perform...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi all! Question about pipelines using decorators. The first step of my pipeline uses a specific repo, specified using PipelineDecorator.component(repo='repo...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I'm wondering if I've run into a bug, or am not understanding something correctly. In a pre_execute_callback in a pipeline step, I am calling model.get_local...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello, is there a way to disable dataset caching so that when dataset.get_mutable_local_copy('/my-folder') is called, a copy of the dataset is not saved to /...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello, Is there a way to completely disable the apt update at the start of a training?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
hey all getting this error pretty sprotically ile "/home/ubuntu/.clearml/venvs-builds/3.9/lib/python3.9/site-packages/clearml/task.py", line 1113, in output_...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
[Issue with Minio] Hi, i am using clearml=1.8.3, but it seems still have trouble with minio connection. https://github.com/allegroai/clearml/issues/763 this ...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, Is there a way to instantiate a clearml-task while providing it a Dockerfile that it needs to build prior to executing the task? I know that there is a a...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi, When running a agent during the pip installation of packages i get the following error: The user requested PyYAML==6.0 clearml 1.8.3 depends on PyYAML>=3...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, When i create a task using clearml-task specifying some hydra arguments the task correclty shows up in the web app with its arguments. But when i enqueue...
2 years ago
0 Votes
4 Answers
3K Views
0 Votes 4 Answers 3K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, I know that ClearML uses local changes for patching and running script. Can it also do the same with local commits?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi everyone! Does ClearML logs everything that Tensorboard generates? Tensorboard creates a graph of the neural network and would be nice to have it on the e...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
2 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I'm having a problem reusing the last task id on jupyter notebooks. Dispite having reuse_last_task_id=True on Task.init, it always creates a new task id. Any...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
Hi. I'm encountering a problem with model.name At least, for models that where auto-magically uploaded. I see it in my own code but you can see it if you run...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, I created two workers and I want to remove them now. How to remove the created workers? CLI or API?
2 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
I have install a python environment by virtualenv tool, let's say /home/frank/env and python is /home/frank/env/bin/python3. How to reuse the virtualenv by s...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, Would you be so kind to update the allegroai/clearml-agent-services to use a newer ubuntu than 22.04? We just had to rebuild a custom image because it...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, for Datasets, is there an explanation somewhere as to how the Debug Samples are created? I'm not entirely sure which permission it uses if the dataset...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, another question 😅 , does the Open Source version of ClearML-Server support SSO for authentication?
2 years ago
Show more results questions