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
Profile picture
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

533 × Eureka!
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
23 Answers
2K Views
0 Votes 23 Answers 2K Views
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
How would I go downloading a table that I have reported using logger.report_table ? In the UI downloading it as a JSON downloads it a in a weird format which...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Assuming I have a trains server installed on Machine A, a trains agent installed on Machine B and I'm developing on Machine C. Is it possibe to launch a task...
5 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
Guess we're back to basics How do I report a single scalar with no iteration dimension - something I can put as one of the columns in the experiments table?
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
(no menu on top or side)
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
(without having to execute it first on Machine C)
5 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Question about the configuration format - I'd like to parse it within my Python code so I'll be able to access things like google.storage.containers programa...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
How do I get access to uploaded artifacts (not registered)? I see I can find their URL using Task.get_task(...).artifacts and then use StorageManager to down...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
How come PipelineController has changed in a very backwards-incompatible fashion but we are still on the same major version? O_O Also the documentation is no...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
What's going on with the documentation site?
4 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Is there a way to programatically access the tasks a PipelineController launched? I have the clearml.Task object in hand and I wonder how to access all the t...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Moreover, when I go to the queue page, I see the queue is empty, but when I'm on the queued task's page I can see it is enqueued to right right queue... So t...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
5 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
How should I edit the Cleanup Service so I can filter deleted tasks on project / task name? https://github.com/allegroai/clearml/blob/master/examples/service...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
4 years ago
Show more results questions
0 When Using

the explicity of the variable queue makes it feels like it runs somewhere else

4 years ago
0 How Come

Does it mean that if it is set to False I need an agent but if I set it to True I don't need one?

3 years ago
0 Question About The Auto Scaling Service Under

Yep, the warnings no longer appear

4 years ago
0 How Come

awesome this will help a lot with debugging

3 years ago
0 How Come

we did execute locally

3 years ago
0 Question About The Auto Scaling Service Under

and when looking at the running task, I still see the credentials

4 years ago
0 Question About The File Server. Currently, We Have A Machine With Minio Installed, And All File Communication Is Made Using The Minio Sdk Client. [Minio Is Just Like An S3 Bucket, Fully Compliant With S3 Protocol]. In The Examples I'Ve Seen The

Okay Jake, so that basically means I don't have to touch any server configuration regarding the file-server on the trains server. It will simply get ignored and all I/O initiated by clients with the right configuration will cover for that?

4 years ago
0 Question About The Auto Scaling Service Under

can you tell me which API call exactly are you using for spinning up? I would like to debug and try to use boto3 myself in order to spin up an instance, so I can understand where the problem is coming from

4 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

Anyway I checked the base task, and this is what it has in installed packages (seems like it doesn't list all the real packages in the environment)

4 years ago
0 Using

Version 1.1.1

Snippet of which part exactly?

Yeah, logs saying "file not found", here is an example

3 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

This is a part of a bigger process which times quite some time and resources, I hope I can try this soon if this will help get to the bottom of this

3 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

I'm asking that because the DSes we have are working on multiple projects, and they have only one trains.conf file, I wouldn't want them to edit it each time they switch project

4 years ago
0 I Have A Data Scientist Constantly Having The Same Problem. If She Did Not Push His Latest Changes To Git, She Gets The Following Error

so basically - if she has new commits locally that werent pushed it won't work

But if she did not commit her latest changes, and now she enqueues - it will work?

4 years ago
0 Using

Thanks

3 years ago
0 Using

Saving part from task A:

pipeline = trials.trials[index]['result']['pipeline'] output_prefix = 'best_iter_' if i == 0 else 'iter_' task.upload_artifact(name=output_prefix + str(index), artifact_object=pipeline)

3 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

actually i was thinking about model that werent trained uaing clearml, like pretrained models etc

3 years ago
0 Question, Lets Say I'M Kaggling, As You Might Know Some "Code Competitions" Are Restricted From Internet Access. In The General Case, You Might Have Some Inference Code Running In An Environment Which Is Isolated From The Net (Data Privacy Issues And Suc

I assume that at some points in the execution, the client (where the task is running) is sending JSONs to the mongo service, and that is what we see in the web UI.
Since we are talking about a case where there is no internet available, maybe these could be dumped into files/stdout and let the user manually insert them.
The manual insertion UX could be something like a CLI copy-paste or and endpoint for files - but since your UX is so good ( 🙂 ) I'm sure you'll figure this part out better

5 years ago
0 Question About The Auto Scaling Service Under

I have them only in one place

4 years ago
Show more results compactanswers