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
13 Answers
879 Views
0 Votes 13 Answers 879 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
8 Answers
900 Views
0 Votes 8 Answers 900 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
6 Answers
814 Views
0 Votes 6 Answers 814 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
9 Answers
798 Views
0 Votes 9 Answers 798 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...
4 years ago
0 Votes
3 Answers
826 Views
0 Votes 3 Answers 826 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
12 Answers
862 Views
0 Votes 12 Answers 862 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
893 Views
0 Votes 30 Answers 893 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
0 Votes
9 Answers
836 Views
0 Votes 9 Answers 836 Views
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
3 years ago
0 Votes
10 Answers
981 Views
0 Votes 10 Answers 981 Views
3 years ago
0 Votes
14 Answers
886 Views
0 Votes 14 Answers 886 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
812 Views
0 Votes 30 Answers 812 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
4 Answers
913 Views
0 Votes 4 Answers 913 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
30 Answers
869 Views
0 Votes 30 Answers 869 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
8 Answers
868 Views
0 Votes 8 Answers 868 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
0 Answers
841 Views
0 Votes 0 Answers 841 Views
(no menu on top or side)
2 years ago
0 Votes
30 Answers
874 Views
0 Votes 30 Answers 874 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
6 Answers
817 Views
0 Votes 6 Answers 817 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
2 years ago
0 Votes
5 Answers
848 Views
0 Votes 5 Answers 848 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 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
21 Answers
858 Views
0 Votes 21 Answers 858 Views
3 years ago
0 Votes
24 Answers
802 Views
0 Votes 24 Answers 802 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
5 Answers
884 Views
0 Votes 5 Answers 884 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...
3 years ago
0 Votes
0 Answers
816 Views
0 Votes 0 Answers 816 Views
to a private repo obviously
2 years ago
0 Votes
9 Answers
991 Views
0 Votes 9 Answers 991 Views
How do I restart trains-agents? How do I stop them?
4 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
16 Answers
820 Views
0 Votes 16 Answers 820 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...
2 years ago
0 Votes
8 Answers
860 Views
0 Votes 8 Answers 860 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
11 Answers
812 Views
0 Votes 11 Answers 812 Views
Is it possible to view the actual code of a task? As in the script that created the task?
3 years ago
0 Votes
3 Answers
905 Views
0 Votes 3 Answers 905 Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
Show more results questions
0 How Come I Use

I see it's a plotly plot, even though I report a matplotlib one

3 years ago
0 Very Weird Error, Trying To Run An Experiment Through An Agent In Docker Mode, And I Get This Error

the worst part of debugging this is waiting for the docker to install tensorflow each time over and over again 😞

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
0 What'S Going On With The Documentation Site?

Am I being punished for asking too much on πŸ€”

3 years ago
0 What'S Going On With The Documentation Site?

happens on my phone as well :man-facepalming:

3 years ago
0 What'S Going On With The Documentation Site?

Switching to a VPN solves this, just saying πŸ˜•

3 years ago
0 Hi, I Have A Question Regarding Trains And Git. If I Make Changes To A File And Run It Using Trains (Without Pushing The Changes To Github), What Version Of The Script Is Running? It Seems That Every Change I Make Need To Be Added, Committed And Pushed Be

I think you are talking about separate problems - the "WARNING DIFF IS TOO LARGE" is only a UI issue, that you can't see hte diff in the UI - correct me if I'm wrong with this

Maria seems to be saying that the execution FAILS when she has uncomitted changes, which is not the expected behavior - am I right maria?

3 years ago
0 Hi, I Have A Question Regarding Trains And Git. If I Make Changes To A File And Run It Using Trains (Without Pushing The Changes To Github), What Version Of The Script Is Running? It Seems That Every Change I Make Need To Be Added, Committed And Pushed Be

(I'm working with maria)

essentially, what maria says is when she has a script with uncomitted changes, when executing remotely, the script that actually runs on the remote machine is without the uncomitted changes

e.g.:
Her git status is clean, she makes some changes to script.py and executes it remotely. What gets executed remotely is the original script.py and not the modified version she has locally

3 years ago
0 How Come

I understand it starts locally... what does it mean to run the steps locally?

2 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 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

alabaster==0.7.12 appdirs==1.4.4 apturl==0.5.2 attrs==21.2.0 Babel==2.9.1 bcrypt==3.1.7 blinker==1.4 Brlapi==0.7.0 cachetools==4.0.0 certifi==2019.11.28 chardet==3.0.4 chrome-gnome-shell==0.0.0 clearml==1.0.5 click==8.0.1 cloud-sptheme==1.10.1.post20200504175005 cloudpickle==1.6.0 colorama==0.4.3 command-not-found==0.3

3 years ago
0 Using

Another thing I noticed now it happens on my personal computer, when I execute the same pipeline from the exact same commit with exact same data on another host it works without these problems

2 years ago
0 What'S Going On With The Documentation Site?

Happens on my Firefox aswell

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

Cool, now I understand the auto detection better

3 years ago
0 Question About The Auto Scaling Service Under

the ones in the export are like you said

3 years ago
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

AgitatedDove14 permanent. I want to start with a CLI interface that allows me add users to the trains server

3 years ago
0 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 Just Like An S3 Bucket, Fully Compliant With S3 Protocol]. In The Examples I'Ve Seen The

I tried what you said in the previous response, setting sdk.aws.s3.key and sdk.aws.s3.secret to the ones in my MINIO. Yet when I try to download an object, i get the following
` >>> result = manager.get_local_copy(remote_url="s3://*******:9000/test-bucket/test.txt")
2020-10-15 13:24:45,023 - trains.storage - ERROR - Could not download s3://
*****:9000/test-bucket/test.txt , err: SSL validation failed for https://
*****:9000/test-bucket/test.txt [SSL: WRONG_VERSION_NU...

3 years ago
0 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 Just Like An S3 Bucket, Fully Compliant With S3 Protocol]. In The Examples I'Ve Seen The

Okay Jake, so that basically means I don't have to touch any server configuration regarding the file-server on the trains server. It will simply get ignored and all I/O initiated by clients with the right configuration will cover for that?

3 years ago
Show more results compactanswers