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 mlops

Questions with tag mlops

Tags
Sorting
Results
per page
0 Votes
5 Answers
26 Views
0 Votes 5 Answers 26 Views
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
2 days ago
0 Votes
6 Answers
23 Views
0 Votes 6 Answers 23 Views
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
3 days ago
0 Votes
14 Answers
26 Views
0 Votes 14 Answers 26 Views
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
3 days ago
0 Votes
2 Answers
29 Views
0 Votes 2 Answers 29 Views
Hi, I have a yolox project that when I run locally its working but when I try to run it with an agent (on the same server and same user) it fails. with the f...
5 days ago
0 Votes
2 Answers
21 Views
0 Votes 2 Answers 21 Views
Hey, anyone know how to add a step with private repo? running this code: pipe.add_function_step( name='step3-test3', repo="https://${git_pass}@github.com/my-...
5 days ago
0 Votes
11 Answers
50 Views
0 Votes 11 Answers 50 Views
8 days ago
0 Votes
3 Answers
44 Views
0 Votes 3 Answers 44 Views
Hi. here's a question. I wrote a code below for pipeline, ret = np.asarray(tlbr).copy() if ret.shape == (4,): ret[2:] -= ret[:2] else: ret[:, 2:] -= ret[:, :...
9 days ago
0 Votes
1 Answers
73 Views
0 Votes 1 Answers 73 Views
12 days ago
0 Votes
2 Answers
78 Views
0 Votes 2 Answers 78 Views
I need some help with setting up ClearML agent on Kubernetes. I've got it running, and taking jobs from a queue. However, during the preparation for the job,...
13 days ago
0 Votes
2 Answers
65 Views
0 Votes 2 Answers 65 Views
15 days ago
0 Votes
4 Answers
115 Views
0 Votes 4 Answers 115 Views
Hi. I'm using clearml agent 1.16.1 My code is running a multi-process pool with "spawn" (see here for why) from multiprocessing import get_context ... with g...
21 days ago
0 Votes
1 Answers
98 Views
0 Votes 1 Answers 98 Views
21 days ago
0 Votes
4 Answers
121 Views
0 Votes 4 Answers 121 Views
23 days ago
0 Votes
3 Answers
118 Views
0 Votes 3 Answers 118 Views
I have a question and I'm not sure if anyone is clear on this. If I want the agent to manage dependencies using Conda, and install a new environment based on...
25 days ago
0 Votes
1 Answers
124 Views
0 Votes 1 Answers 124 Views
Hi there, I have a question regarding the automatic requirements collection of clearml-agent. Currently I have two pip packages installed in the base-docker ...
29 days ago
0 Votes
5 Answers
123 Views
0 Votes 5 Answers 123 Views
Hello! I faced an issue with environment variables with remote agent I set the in clearml.conf in section: development.apply_environment Like this: apply_env...
29 days ago
0 Votes
2 Answers
122 Views
0 Votes 2 Answers 122 Views
Hi all! I’m trying to set up remote-launching of training scripts on ClearML autoscaler, and I can’t figure out one thing: how to make remote ClearML agent d...
one month ago
0 Votes
2 Answers
124 Views
0 Votes 2 Answers 124 Views
Is there a way to debug docker-based clearml-agent, how it reaches this error message? Where is the code executed, can I add some debug prints to see variabl...
one month ago
0 Votes
2 Answers
110 Views
0 Votes 2 Answers 110 Views
Hi all, I want to implement another package manager integration for clearml agent like Poetry called rye , can anyone give me general guidelines of what I ne...
one month ago
0 Votes
2 Answers
108 Views
0 Votes 2 Answers 108 Views
I'm new here, hello everyone 🙂 I have a question about pipelines. In my project, I try to run some code doing stuff, via a ClearML pipeline, in a ClearML ag...
one month ago
0 Votes
3 Answers
109 Views
0 Votes 3 Answers 109 Views
In general, how to pass CLEARML_AGENT_* envriornment variables to have effect, if the agent is already started?
one month ago
0 Votes
1 Answers
92 Views
0 Votes 1 Answers 92 Views
one month ago
0 Votes
1 Answers
94 Views
0 Votes 1 Answers 94 Views
Hello everyone! Please tell me if there is an example of configuring a service for systemd that implements work with clearml-agent . The service file with un...
one month ago
0 Votes
3 Answers
132 Views
0 Votes 3 Answers 132 Views
one month ago
0 Votes
2 Answers
130 Views
0 Votes 2 Answers 130 Views
hi all trying to run my first job jobs on clearml and am getting this: Successfully installed pip-22.2.2 ERROR: Exception: Traceback (most recent call last):...
one month ago
0 Votes
4 Answers
146 Views
0 Votes 4 Answers 146 Views
Hi Everyone! Is there a way to store ENV_VARs or secrets in clearML when we use remote agent to run the task? Actually I have too many envs that are confiden...
one month ago
0 Votes
3 Answers
145 Views
0 Votes 3 Answers 145 Views
Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on TypeError: PipelineController.add_step() got an unexpected keyw...
one month ago
0 Votes
0 Answers
131 Views
0 Votes 0 Answers 131 Views
one month ago
0 Votes
15 Answers
365 Views
0 Votes 15 Answers 365 Views
Hi all, I use autoscalers in my training configuration, and I have an issue with them. The issue: Currently, I fail to configure autoscaler that will success...
one month ago
0 Votes
5 Answers
166 Views
0 Votes 5 Answers 166 Views
one month ago
Show more results questions