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, 535 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

518 × Eureka!
0 Votes
13 Answers
184 Views
0 Votes 13 Answers 184 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?
one year ago
0 Votes
4 Answers
245 Views
0 Votes 4 Answers 245 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...
3 years ago
0 Votes
23 Answers
236 Views
0 Votes 23 Answers 236 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 ...
2 years ago
0 Votes
0 Answers
190 Views
0 Votes 0 Answers 190 Views
(no menu on top or side)
one year ago
0 Votes
4 Answers
204 Views
0 Votes 4 Answers 204 Views
3 years ago
0 Votes
3 Answers
189 Views
0 Votes 3 Answers 189 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...
2 years ago
0 Votes
4 Answers
197 Views
0 Votes 4 Answers 197 Views
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff could not apply d...
2 years ago
0 Votes
2 Answers
207 Views
0 Votes 2 Answers 207 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
2 years ago
0 Votes
1 Answers
182 Views
0 Votes 1 Answers 182 Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
one year ago
0 Votes
2 Answers
230 Views
0 Votes 2 Answers 230 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...
one year ago
0 Votes
30 Answers
187 Views
0 Votes 30 Answers 187 Views
In PipelineV2, is it possible to register artifacts to the pipeline task? I see there is a private variable ._task but not sure its the right way to go as it...
one year ago
0 Votes
9 Answers
240 Views
0 Votes 9 Answers 240 Views
How do I restart trains-agents? How do I stop them?
3 years ago
0 Votes
2 Answers
168 Views
0 Votes 2 Answers 168 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...
one year ago
0 Votes
30 Answers
181 Views
0 Votes 30 Answers 181 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...
one year ago
0 Votes
5 Answers
198 Views
0 Votes 5 Answers 198 Views
I'm running multiple trains-agents on one BFG-9000 machine. Is there a way to stop only one agent? trains-agent daemon --stop is my only option right now, bu...
2 years ago
0 Votes
11 Answers
210 Views
0 Votes 11 Answers 210 Views
one year ago
0 Votes
4 Answers
190 Views
0 Votes 4 Answers 190 Views
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
one year ago
0 Votes
16 Answers
192 Views
0 Votes 16 Answers 192 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...
one year ago
0 Votes
30 Answers
193 Views
0 Votes 30 Answers 193 Views
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
one year ago
0 Votes
11 Answers
221 Views
0 Votes 11 Answers 221 Views
What is the correct way of setting environment variables for agents which DON'T RUN in docker mode? Do they simply inherit from the environment they were exe...
one year ago
0 Votes
24 Answers
177 Views
0 Votes 24 Answers 177 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...
2 years ago
0 Votes
30 Answers
196 Views
0 Votes 30 Answers 196 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/...
2 years ago
0 Votes
11 Answers
181 Views
0 Votes 11 Answers 181 Views
Is it possible to view the actual code of a task? As in the script that created the task?
2 years ago
0 Votes
30 Answers
193 Views
0 Votes 30 Answers 193 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...
one year ago
0 Votes
5 Answers
185 Views
0 Votes 5 Answers 185 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...
2 years ago
0 Votes
9 Answers
178 Views
0 Votes 9 Answers 178 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...
3 years ago
0 Votes
7 Answers
193 Views
0 Votes 7 Answers 193 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...
2 years ago
0 Votes
20 Answers
186 Views
0 Votes 20 Answers 186 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...
2 years ago
0 Votes
5 Answers
182 Views
0 Votes 5 Answers 182 Views
3 years ago
0 Votes
30 Answers
191 Views
0 Votes 30 Answers 191 Views
I have a set up an agent, on a GPU machine, and spun up the daemon in docker moder, and specifically specified a GPU that it will work with. The image is oka...
3 years ago
Show more results questions
0 When Using

yeah but I see it gets enquequed to the default which I don't know what it is connected to

If I execute this task using python .....py will it execute the machine I executed it on?

2 years ago
0 When Using

💪

2 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

Trains docs have at no point any mention on what should I do on the AWS interface... So I'm not sure at what point I should encounter this wizard

I'm going to play with it a bit and see if I can figure out how to make it work

2 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

What about permissions to the machines that are being spun up? For exampel if I want the instances to have specific permissions to read/write to S3 for example, how do I mange those?

2 years ago
0 Is It Possible To View The Actual Code Of A Task? As In The Script That Created The Task?

Especially coming from the standpoint of a team leader or other kind of supervision (or anyone who wants to view the experiment which is not the code author), when looking at an experiment you want to see the actual code

2 years ago
0 Is It Possible To View The Actual Code Of A Task? As In The Script That Created The Task?

I mean the code in whatever form it is - I'm working with git specifically, but if i have diffs I'd like to see the code with the diffs applied

eventually i think it should display the contents of the script executed in the most straightforward manner regardless of version control

2 years ago
0 Hey! I Was Wondering Is It Possible To Change The Ports Of The Trains Server? We Hope To Run A Trains Server Locally On Our Own Server, But We Already Use Some Of The Default Ports. When I Changed Some Of The Outgoing Ports In The Docker-Compose, The Trai

Yep, the trains server is basically a docker-compose based service.
All you have to do is change the ports in the docker-compose.yml file.

If you followed the instructions in the docs you should find that file in /opt/trains/docker-compose.yml and then you will see that there are multiple services ( apiserver , elasticsearch , redis etc.) and in each there might be a section called ports which then states the mapping of the ports.
The number on the left, is ...

3 years ago
0 Afaiu By Default Trains Logs All Tensorboard Things, Can This Be Turned Off?

the level of configurability in this thing is one of the best I've seen

2 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

Oh... from the docs I understood that I don't have to run the script, that I can either configure it in the UI, or with the sscript (wizard) so I ignored it up until now

2 years ago
0 Sorry For The Bombarding With Errors.. But Here Comes Another One

Cool, now I understand the auto detection better

2 years ago
0 Hi Everyone, I Am Trying To Use Docker Mode For Trains-Agent, But It Seems That It Has Problem With The Use Of Multiple Gpus This Is My Trains-Agent Command: Trains-Agent Daemon --Gpus 0,1 --Queue Dual_Gpu --Docker --Foreground And It Gets The Error: Doc

You should try trains-agent daemon --gpus device=0,1 --queue dual_gpu --docker --foreground and if it doesn't work try quoting trains-agent daemon --gpus '"device=0,1"' --queue dual_gpu --docker --foreground

2 years ago
2 years ago
0 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 The Task Says It Is In The Queue, But The Queue Says It Is Empty

ClearML results page: `
Launching step: 2019-09-03_2021-01-25_choose_best
Parameters:
{***}
Configurations:
None
Overrides:
None
Launching step: 2019-10-23_2021-01-15_choose_best
Parameters:
{
********}
Configurations:
None
Overrides:
None
Launching step: 2019-05-26_2020-12-26_choose_best
Parameters:
{
******}
Configurations:
None
Overrides:
None
Launching step: 2019-07-15_2021-01-05_choose_best
Parameters:
{************}
Configurations:
None
Overrides:
None
Launching step...

one year ago
Show more results compactanswers