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 8 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Trying to enqueue a task through the UI, getting this error - what could it be? (Running on AWS, on the official trains AMI) Error 100 : General data error: ...
4 years ago
0 Votes
4 Answers
948 Views
0 Votes 4 Answers 948 Views
4 years ago
0 Votes
8 Answers
998 Views
0 Votes 8 Answers 998 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Executed from within a PipelineController task, what possible reason does current_task() have to return None ? 2021-11-07T11:32:43.7366887Z clearml.Task.curr...
3 years ago
0 Votes
33 Answers
24K Views
0 Votes 33 Answers 24K Views
Question about the auto scaling service Under extra_trains_conf when I supply a configuration file path, should it be a path on the trains server running the...
4 years ago
0 Votes
31 Answers
23K Views
0 Votes 31 Answers 23K 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...
3 years ago
0 Votes
32 Answers
23K Views
0 Votes 32 Answers 23K 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...
4 years ago
0 Votes
31 Answers
28K Views
0 Votes 31 Answers 28K 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
32 Answers
23K Views
0 Votes 32 Answers 23K Views
Very weird error, trying to run an experiment through an agent in docker mode, and I get this error docker: Error response from daemon: create /home/elior/De...
3 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K 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
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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...
4 years ago
Show more results questions
0 Question About The Auto Scaling Service Under

the ones in the export are like you said

4 years ago
0 Question About The Auto Scaling Service Under

no need to do it again, I ahve all the settings in place, I'm sure it's not a settings thing

So just to correct myself and sum up, the credentials for AWS are only in the cloud_credentials_*

4 years ago
0 Question About The Auto Scaling Service Under

I'll try to debug this and updat

4 years ago
0 Question About The Auto Scaling Service Under

Yep, the warnings no longer appear

4 years ago
4 years ago
0 Question About The Auto Scaling Service Under

I have them in two different places, once under Hyperparameters -> General

4 years ago
4 years ago
0 How Do I Restart Trains-Agents? How Do I Stop Them?

Also being able to separate their configurations files would be good (maybe there is and I don't know?)

4 years ago
0 Assuming I Have A

😄

4 years ago
0 Is There A Way To Programatically Access The Tasks A

I need code access, not UI access

3 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

If this includes scheduling through pipelines, in my opinion there should be an option to execute a pipeline without an agent. Sometimes for development I just want to execute a pipeline on my local machine just as I would a task...

3 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

First of all I wasn't aware that was an option - but I think it's preferable to be able to do it through the command line. Because I'm developing the pipeline to be executed remotely, but for debugging I run it locally.

Using what you showed I can obviously write it, and delete it once it is ready, and rewrite it when I'm debugging or adding features - but I think DX-wise it would be nicer to be able to trigger this functionality through the command line

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

UptightCoyote42 - How are these images avaialble to all agents? Do you host them on Docker hub?

4 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

my bad, I didn't look at the upgrade section

4 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

Hi guys, just updated the issue - seems like the new release did fix the color scale, but I notice some data points are missing (the plot is missing data!)

see my comment on the issue
https://github.com/allegroai/clearml/issues/373#issuecomment-894756446

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 is the scale a part of the problem? Because not only the colors are wrong, the scale does not appear

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 , I followed the instructions for updating the ClearML server, and the visualization stays the same

3 years ago
3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

I dont think that has to do anything with the value zero, the lines that should come out of 'mean' and 'median' have the value of None under quantile, but have a dre_0.5 assoxiated with them. those lines appear in the notebook and not in the ui

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 this is stillnot fixed for me, even though I upgraded to server 1.1... Does the client require an update as well? Should I open an issue about this?

3 years ago
4 years ago
0 Question About The Storage Manager. Assuming I Have An Object That Updates Frequently And Always Saved At The Same Path (E.G.

Legit, if you have a cached_file (i.e. exists and accessible), you can return it to the caller

I agree, so shouldn't it be if cached_file: return cached_file instead of if not cached_file: return cached_file

4 years ago
4 years ago
Show more results compactanswers