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
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
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
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
0 Votes
2 Answers
873 Views
0 Votes 2 Answers 873 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
0 Answers
858 Views
0 Votes 0 Answers 858 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
4 Answers
798 Views
0 Votes 4 Answers 798 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...
2 years ago
0 Votes
11 Answers
991 Views
0 Votes 11 Answers 991 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
21 Answers
858 Views
0 Votes 21 Answers 858 Views
3 years ago
0 Votes
6 Answers
873 Views
0 Votes 6 Answers 873 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
7 Answers
892 Views
0 Votes 7 Answers 892 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...
3 years ago
0 Votes
30 Answers
892 Views
0 Votes 30 Answers 892 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...
2 years ago
Show more results questions
0 How Come

awesome this will help a lot with debugging

2 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

CostlyOstrich36 so why 1000:1000? My user and group are not that and so do all the otehr files I have under /opt/clearml

2 years ago
3 years ago
0 We Are Having The Same Issue As

I restarted the server and it works now

2 years ago
0 Question About The Auto Scaling Service Under

and when looking at the running task, I still see the credentials

3 years ago
0 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 Okay And I Verified That By Running

Thanks very much

Now something else is failing, but I'm pretty sure its on my side now... So have a good day and see you in the next question 😄

4 years ago
0 How Would I Go Downloading A Table That I Have Reported Using

I jsut think that if I use "report_table" I might as well be able to download it as CSV or something

3 years ago
0 Question About The Auto Scaling Service Under

and also in the extra_vm_bash_script variables, I ahve them under export TRAINS_API_ACCESS_KEY and export TRAINS_API_SECRET_KEY

3 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

I'll check the version tomorrow, about the current_task call, I tried before and after - same result

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

No absolutely not. Yes I do have a GOOGLE_APPLICATION_CREDENTIALS environment variable set, but nowhere do we save anything to GCS. The only usage is in the code which reads from BigQuery

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

What do you mean by submodules?

She did not push, I told her she does not have to push before executing as trains figures out the diffs.
When she pushes - it works

3 years ago
3 years ago
0 Using

⬆ CostlyOstrich36

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

I don't htink I can, this is private IP and to create a dummy example of a pipeline and execution will take me more time than I can dedicate to this

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

I believe that is why MetaFlow chose conda as their package manager, because it can take care of these kind of dependencies (even though I hate conda 😄 )

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

but shouldn't the :lastest make it redownload the right image?

3 years ago
0 We Are Having The Same Issue As

For me a simple restart worked

2 years ago
0 How Come

Yes very much

2 years ago
0 How Come

AgitatedDove14

2 years ago
Show more results compactanswers