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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
0 Answers
812 Views
0 Votes 0 Answers 812 Views
to a private repo obviously
2 years ago
0 Votes
11 Answers
860 Views
0 Votes 11 Answers 860 Views
2 years ago
0 Votes
6 Answers
884 Views
0 Votes 6 Answers 884 Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
4 years ago
0 Votes
17 Answers
833 Views
0 Votes 17 Answers 833 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...
2 years ago
0 Votes
16 Answers
839 Views
0 Votes 16 Answers 839 Views
What is being stored exactly in tmp by the clearml agent? I have a process that cleans the /tmp each day, and I now get messages like clearml_agent: ERROR: C...
2 years ago
0 Votes
14 Answers
923 Views
0 Votes 14 Answers 923 Views
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
3 years ago
0 Votes
0 Answers
856 Views
0 Votes 0 Answers 856 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
23 Answers
832 Views
0 Votes 23 Answers 832 Views
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
3 years ago
0 Votes
6 Answers
869 Views
0 Votes 6 Answers 869 Views
Is there an auto scaling solution for GCP users?
3 years ago
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: ...
3 years ago
0 Votes
4 Answers
988 Views
0 Votes 4 Answers 988 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
0 Votes
8 Answers
858 Views
0 Votes 8 Answers 858 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
2 years ago
0 Votes
12 Answers
852 Views
0 Votes 12 Answers 852 Views
Is there a way to run a pipeline ( PipelineController ) without using a clearml-agent ? I can't get it to work with the agent, since the task requirements is...
3 years ago
0 Votes
11 Answers
988 Views
0 Votes 11 Answers 988 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...
2 years ago
0 Votes
11 Answers
828 Views
0 Votes 11 Answers 828 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...
2 years ago
0 Votes
4 Answers
911 Views
0 Votes 4 Answers 911 Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
3 years ago
0 Votes
21 Answers
857 Views
0 Votes 21 Answers 857 Views
3 years ago
0 Votes
4 Answers
815 Views
0 Votes 4 Answers 815 Views
4 years ago
0 Votes
30 Answers
864 Views
0 Votes 30 Answers 864 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/...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
one year ago
0 Votes
3 Answers
823 Views
0 Votes 3 Answers 823 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...
3 years ago
0 Votes
5 Answers
869 Views
0 Votes 5 Answers 869 Views
I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄 Even though I love reading it, is there anywher...
3 years ago
0 Votes
30 Answers
888 Views
0 Votes 30 Answers 888 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...
2 years ago
0 Votes
14 Answers
883 Views
0 Votes 14 Answers 883 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?
3 years ago
0 Votes
30 Answers
800 Views
0 Votes 30 Answers 800 Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
3 years ago
0 Votes
24 Answers
796 Views
0 Votes 24 Answers 796 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...
3 years ago
0 Votes
23 Answers
840 Views
0 Votes 23 Answers 840 Views
What's going on with the documentation site?
3 years ago
0 Votes
4 Answers
851 Views
0 Votes 4 Answers 851 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...
3 years ago
0 Votes
5 Answers
782 Views
0 Votes 5 Answers 782 Views
4 years ago
0 Votes
11 Answers
809 Views
0 Votes 11 Answers 809 Views
Is it possible to view the actual code of a task? As in the script that created the task?
3 years ago
Show more results questions
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

SuccessfulKoala55 this actually doesn't work

` apiserver_conf = ConfigFactory.parse_file(API_SERVER_CONF_PATH)

POINT 1

conf_content = HOCONConverter.to_hocon(config=ConfigFactory.from_dict(apiserver_conf.as_plain_ordered_dict()),
compact=False,
level=0, indent=2)

apiserver_conf['auth']['fixed_users']['users'].append(
ConfigFactory.from_dict({'username': username, 'password': password, 'name': name}))

##...

3 years ago
0 Question About The Auto Scaling Service Under

Actually I removed the key pair, as you said it wasn't a must in the newer versions

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

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 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

4 years ago
0 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?

I'm using iteration = 0 at the moment, and I "choose" the max and it shows as a column... But the column is not the scalar name (because it cuts it and puts the > sign to signal max).

For the sake of comparing and sorting, it makes sense to log a scalar with a given name without the iteration dimension

3 years ago
0 How Should I Edit The

I did, but I only find task name, I'm looking to filter by the project

2 years ago
0 I'M Running

SuccessfulKoala55 seems like you got it spot on, it contains the entire repo, but no .git directory

So what can we do about it? All I want is to create templates for some tasks, so I can later execute them through a Pipelinecontroller

2 years ago
0 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?

By the examples I figured out this ould appear as a scatter plot with X and Y axis and one point only.. Does it avoid that?

3 years ago
0 I Want To Use The Pipelinecontroller Which Assumes A Task Already Been Executed And As Ready As Template. I Never Executed The Task Before And It Is A Very Long Running Task. Is There A Way To Create The Template Without Executing All The Way Through?

` ClearML launch - launch any codebase on remote machine running clearml-agent
Creating new task

Error: requirements.txt not found [/home/elior/Dev/Projects/XXXXX/requirements.txt] Use --requirements or --packages `

3 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

How can I change the version of the Cleanup Service?

2 years ago
0 How Should I Edit The

Example code? I didn't see anywhere an example of filtering using project name

2 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

I'm using pipe.start_locally so I imagine I don't have to .wait() right?

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

So once I enqueue it is up? Docs says I can configure the queues that the auto scaler listens to in order to spin up instances, inside the auto scale task - I wanted to make sure that this config has nothing to do to where the auto scale task was enqueued to

3 years ago
2 years ago
Show more results compactanswers