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
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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Sorry for the bombarding with errors.. but here comes another one 🙂 I have torch installed locally (through the transformers library) and when sending it to...
5 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
5 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
4 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
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...
5 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
5 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
5 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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
5 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Using PipelineController I have task B that depends on task A, e.g. A -> B. Task B reads artifacts that were saved by task A. I did define the dependency bet...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
5 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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is there an auto scaling solution for GCP users?
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
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
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is there an option to separate the storage from the server? e.g. deploying my trains server on some light machine, and confguring the storage to be AWS S3 or...
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Is it possible to view the actual code of a task? As in the script that created the task?
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I have a production inference pipeline which I want to continuously test on my Github to make sure it doesn't break as we move forward. The ideal scenario fo...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
(no menu on top or side)
4 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
2 Answers
2K Views
0 Votes 2 Answers 2K 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
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Question about out-of-Python dependencies. For example NLTK requires apt-get install sqlite-devel how can we manage dependencies like that on the train agents?
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
5 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
31 Answers
153K Views
0 Votes 31 Answers 153K Views
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
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 Using cached reposito...
5 years ago
Show more results questions
0 How Do I Get Access To

Cool - what kind of objects are returned by .artifacts. getitem ? I want to check their docs

5 years ago
0 How Come

awesome martin, thanks

4 years ago
0 Question About The Auto Scaling Service Under

I have them only in one place

4 years ago
0 How Should I Edit The

I only found Project ID, which I'm not sure what this refers to - I have the project name

4 years ago
0 So I Decided To Re-Create My Clearml Server, I

The latest, I curl ed the docker-compose like 10 minutes ago

4 years ago
0 How Come

Sorry but its not clear

4 years ago
0 How Come

Worth mentioning, nothing has changed before we executed this, it worked before and now after the update it breaks

4 years ago
0 How Come

AgitatedDove14

4 years ago
0 How Come

the ability to exexute without an agent i was just talking about thia functionality the other day in the community channel

4 years ago
0 How Come

But what does it do?

4 years ago
Show more results compactanswers