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
8 Answers
899 Views
0 Votes 8 Answers 899 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...
2 years ago
0 Votes
16 Answers
841 Views
0 Votes 16 Answers 841 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
30 Answers
804 Views
0 Votes 30 Answers 804 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
4 Answers
816 Views
0 Votes 4 Answers 816 Views
4 years ago
0 Votes
24 Answers
807 Views
0 Votes 24 Answers 807 Views
3 years ago
0 Votes
30 Answers
811 Views
0 Votes 30 Answers 811 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...
2 years ago
0 Votes
5 Answers
817 Views
0 Votes 5 Answers 817 Views
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
2 years ago
0 Votes
11 Answers
830 Views
0 Votes 11 Answers 830 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
0 Answers
839 Views
0 Votes 0 Answers 839 Views
(no menu on top or side)
2 years ago
0 Votes
8 Answers
867 Views
0 Votes 8 Answers 867 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?
2 years ago
0 Votes
31 Answers
11K Views
0 Votes 31 Answers 11K 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...
2 years ago
0 Votes
12 Answers
861 Views
0 Votes 12 Answers 861 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
30 Answers
867 Views
0 Votes 30 Answers 867 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
33 Answers
12K Views
0 Votes 33 Answers 12K 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...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
2 years ago
0 Votes
23 Answers
844 Views
0 Votes 23 Answers 844 Views
What's going on with the documentation site?
3 years ago
0 Votes
3 Answers
903 Views
0 Votes 3 Answers 903 Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
0 Votes
17 Answers
835 Views
0 Votes 17 Answers 835 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
6 Answers
886 Views
0 Votes 6 Answers 886 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
5 Answers
821 Views
0 Votes 5 Answers 821 Views
Is the https://azuremarketplace.microsoft.com/en-us/marketplace/apps/apps-4-rent.clearml-on-centos8 maintained? I can't see anywhere a log of releases or som...
one year ago
0 Votes
6 Answers
812 Views
0 Votes 6 Answers 812 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
4 Answers
907 Views
0 Votes 4 Answers 907 Views
4 years ago
0 Votes
10 Answers
980 Views
0 Votes 10 Answers 980 Views
3 years ago
0 Votes
5 Answers
958 Views
0 Votes 5 Answers 958 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...
4 years ago
0 Votes
30 Answers
871 Views
0 Votes 30 Answers 871 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...
3 years ago
0 Votes
5 Answers
785 Views
0 Votes 5 Answers 785 Views
4 years ago
0 Votes
14 Answers
885 Views
0 Votes 14 Answers 885 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
0 Answers
928 Views
0 Votes 0 Answers 928 Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
30 Answers
889 Views
0 Votes 30 Answers 889 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
13 Answers
878 Views
0 Votes 13 Answers 878 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?
2 years ago
Show more results questions
0 How Come

Sorry but its not clear

2 years ago
3 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_*

3 years ago
0 Using

a third one?

2 years ago
0 Got Something Very Wrong With My Pipeline, The Pipeline Plot Shows It Has An Experiment

I showed you this phenomenon in the UI photos in the other thread

2 years ago
0 Is There A Way To Run A Pipeline (

Can you lend a few a words about how the not-pip freeze mechanism of detecting packages work?

3 years ago
0 Is There Any Way In The Webui To Search By Task Name? I See The Search Bar Only Goes Through Projects

When you are inside a project, the search bar searches for experiments

so if you want to search inside a specific project, go to that project and use the search bar, if you want to search all over, go to the project called "All Experiments" and search there

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

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

AgitatedDove14
So I couldn't kill the service agent myself (permission denied, I'm not sudo). What I did is I docker-compose down ed, commented out only the environment variable of GOOGLE_APPLICATION_CREDENTIALS from the clearml services agent service and upped the docker-compose again. I enqueued the Cleanup Service and now it works. Really weird, looks like the setting of GOOGLE_APPLICATION_CREDENTIALS causes an error when set even though I'm 100% is it not used for storag...

2 years ago
Show more results compactanswers