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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
9 Answers
857 Views
0 Votes 9 Answers 857 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
11 Answers
886 Views
0 Votes 11 Answers 886 Views
3 years ago
0 Votes
8 Answers
923 Views
0 Votes 8 Answers 923 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
2 Answers
893 Views
0 Votes 2 Answers 893 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
23 Answers
868 Views
0 Votes 23 Answers 868 Views
What's going on with the documentation site?
3 years ago
0 Votes
12 Answers
896 Views
0 Votes 12 Answers 896 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
898 Views
0 Votes 30 Answers 898 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
914 Views
0 Votes 5 Answers 914 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
4 Answers
841 Views
0 Votes 4 Answers 841 Views
4 years ago
0 Votes
5 Answers
873 Views
0 Votes 5 Answers 873 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
0 Votes
4 Answers
822 Views
0 Votes 4 Answers 822 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
20 Answers
839 Views
0 Votes 20 Answers 839 Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
3 years ago
0 Votes
30 Answers
894 Views
0 Votes 30 Answers 894 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
11 Answers
1K Views
0 Votes 11 Answers 1K 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
22 Answers
929 Views
0 Votes 22 Answers 929 Views
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?
3 years ago
0 Votes
17 Answers
860 Views
0 Votes 17 Answers 860 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
2 Answers
932 Views
0 Votes 2 Answers 932 Views
I have a production inference pipeline which I want to continuously test on my Github to make sure it doesn't break as we move forward. The ideal scenario fo...
2 years ago
0 Votes
7 Answers
917 Views
0 Votes 7 Answers 917 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
6 Answers
895 Views
0 Votes 6 Answers 895 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
6 Answers
839 Views
0 Votes 6 Answers 839 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
3 years ago
0 Votes
30 Answers
827 Views
0 Votes 30 Answers 827 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
5 Answers
806 Views
0 Votes 5 Answers 806 Views
4 years ago
0 Votes
0 Answers
954 Views
0 Votes 0 Answers 954 Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
8 Answers
889 Views
0 Votes 8 Answers 889 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
850 Views
0 Votes 0 Answers 850 Views
to a private repo obviously
2 years ago
0 Votes
6 Answers
839 Views
0 Votes 6 Answers 839 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
16 Answers
867 Views
0 Votes 16 Answers 867 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
910 Views
0 Votes 14 Answers 910 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
4 Answers
934 Views
0 Votes 4 Answers 934 Views
4 years ago
Show more results questions
0 I'M Running

it works without any problem

2 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 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
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

AgitatedDove14 just so you'd know this is a severe problem that occurs from time to time and we can't explain why it happens... Just to remind, we are using a pipeline controller task, which at the end of the last execution gathers artifacts from all the children tasks and uploads a new artifact to the pipeline's task object. Then what happens is that Task.current_task() returns None for the pipeline's task...

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

TimelyPenguin76 this fixed it, using the detect_with_pip_freeze as true solves the issue

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

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

3 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 I'Ve Been Working A Bit With Trains-Agent, Having Them Deployed On Different Machines Listening To Queues (Docker Mode) And It'S Been Working Good So Far. My Question Is What Is The Difference Between That Setup (Creating Agents On Different Machines And

Sorry.. I still don't get it - when I'm launching an agent with the --docker flag or with the --services-mode flag, what is the difference? Can I use both flags? what does it mean? πŸ€”

3 years ago
0 Hi Everyone, I Am Trying To Use Docker Mode For Trains-Agent, But It Seems That It Has Problem With The Use Of Multiple Gpus This Is My Trains-Agent Command: Trains-Agent Daemon --Gpus 0,1 --Queue Dual_Gpu --Docker --Foreground And It Gets The Error: Doc

You should try trains-agent daemon --gpus device=0,1 --queue dual_gpu --docker --foreground and if it doesn't work try quoting trains-agent daemon --gpus '"device=0,1"' --queue dual_gpu --docker --foreground

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

Okay so that is a bit complicated

In our setup, the DSes don't really care about agents, the agents are being managed by our MLops team.
So essentially if you imagine it the use case looks like that:
A data scientists wants to execute some CPU heavy task. The MLops team supplied him with a queue name, and the data scientist knows that when he needs something heavy he pushes it there - the DS doesn't know nothing about where it is executed, the execution environment is fully managed by the ML...

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

But does it disable the agent? or will the tasks still wait for the agent to dequeue?

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

In the larger context I'd look on how other object stores treat similar problems, I'm not that advanced in these topics.

But adding a simple force_download flag to the get_local_copy method could solve many cases I can think of, for example I'd set it to true in my case as I don't mind the times it will re-download when not necessary as it is quite small (currently I always delete the local file, but it looks pretty ugly)

3 years ago
0 What Is Being Stored Exactly In

I'll just exclude .cfg files from the deletion, my question is how to recover, must i recreate the agents or there is another way?

2 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

actually i was thinking about model that werent trained uaing clearml, like pretrained models etc

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

can't really see how this configuration effects the agents

3 years ago
Show more results compactanswers