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 6042

Questions 6042

Tags
Sorting
Results
per page
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello, I have another, hopefully minor question. What is the recommended way of checking if a code segment is running as a part of a Task or not? I tried che...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
hi, i want to run a script remotely on my agent, but for it to work i need it to download to the agent the whole directory the script is in, is it possible?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Is it possible to add a callback for a pipeline from a step?
4 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Last reminder for our first community talk! We'll be discussing our latest feature - ClearML Apps! We'll also review the new ClearML Roadmap and have a Q&A S...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, not sure if I'm doing something wrong or I found a bug. When I try to overwrite some parameters in a cloned task using get_parameters and set_parameters ...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi! I'm currently saving a dataframe with predictions inside the task. To do so, I save a dataframe as pickle file in /tmp/predictions_dataframe.pkl , and th...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi! I am trying to provide a custom output-uri for a task using clearml-task command. In our case it is a path to a data storage, which would be available to...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Question: has anyone done anything with Ray or RLLib, and ClearML? Would ClearML be able to integrate with those out of the box? https://medium.com/distribut...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Is it possible to launch a clearml-task from the command line to a remote machine while loading a local .env file as a configuration object?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
4 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
In
In PipelineController , we can set a flag disable_clone_task to re-use the scheduled task. Initially that task is in the draft mode, so this works on the fir...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I have to say I'm totally confused by the pipeline I want to execute the pipeline on my local computer. I followed https://github.com/allegroai/clearml/blob/...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, I want to pass environment variables from the host to the docker containers running my task. I managed to use extra_docker_shell_script: ["export SECRET=...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Any idea why I get this error in all my agents clearml_agent: ERROR: APIError: code 400/707: No queue is tagged as the default queue for this company
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
When viewing scalars is it possible to: Have a grid view (e.g. 3 plots per line instead of just one) Group the metrics differently (seems like if I log X/a a...
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi, I want to install a local package using our package index, but I'm struggling with trying to make pip trust this host. If I want to install it in my venv...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, is there any way to download all scalars, not only last metrics, by python interface. I am going to analyze my learning curves by myself.
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, Is there any reason why artifacts linked to a task are not removed when the task is removed from the experiment list?
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
hey guys, is there a ready script that can delete all models from S3 (or other storage) that are related to deleted or archived experiments?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
It is possible to attach to an OutputModel an object closely related to it (as some product of data preprocessing that has been done specifically for that mo...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello I”m getting a ‘Fetch Experiments failed’ on the UI. How can one solve this
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
If I have a task and a dataset is being created in a task, how can I get a “link” that this Dataset is created in this task, similar to how Model has the tas...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Let's say that I specify the output_uri parameter in Task.init like this: task = Task.init( project_name="example_project", task_name="example_task", output_...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
Show more results questions