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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
4 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: ...
4 years ago
0 Votes
6 Answers
945 Views
0 Votes 6 Answers 945 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
4 Answers
975 Views
0 Votes 4 Answers 975 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...
4 years ago
0 Votes
16 Answers
956 Views
0 Votes 16 Answers 956 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...
3 years ago
0 Votes
8 Answers
965 Views
0 Votes 8 Answers 965 Views
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 Using cached reposito...
4 years ago
0 Votes
0 Answers
957 Views
0 Votes 0 Answers 957 Views
(no menu on top or side)
3 years ago
0 Votes
4 Answers
943 Views
0 Votes 4 Answers 943 Views
4 years ago
0 Votes
0 Answers
951 Views
0 Votes 0 Answers 951 Views
to a private repo obviously
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Where can I find a more extensive documentation of serving? I'm looking for How to write pre + post processing callbacks for inference and statistics Manual ...
2 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
1K Views
0 Votes 23 Answers 1K Views
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
4 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K 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?
4 years ago
0 Votes
2 Answers
957 Views
0 Votes 2 Answers 957 Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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
1 Answers
914 Views
0 Votes 1 Answers 914 Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
2 years ago
0 Votes
24 Answers
937 Views
0 Votes 24 Answers 937 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...
4 years ago
0 Votes
9 Answers
933 Views
0 Votes 9 Answers 933 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
8 Answers
994 Views
0 Votes 8 Answers 994 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?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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
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
950 Views
0 Votes 30 Answers 950 Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
20 Answers
950 Views
0 Votes 20 Answers 950 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...
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
3 years ago
0 Votes
5 Answers
998 Views
0 Votes 5 Answers 998 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 years ago
0 Votes
31 Answers
27K Views
0 Votes 31 Answers 27K Views
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
3 years ago
Show more results questions
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 We Are Having The Same Issue As

Is tehre anything specific about the logs we're looking for? Because if I just dumop them it will take me a while to see no sensitive data and naming is there

2 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

First of all I wasn't aware that was an option - but I think it's preferable to be able to do it through the command line. Because I'm developing the pipeline to be executed remotely, but for debugging I run it locally.

Using what you showed I can obviously write it, and delete it once it is ready, and rewrite it when I'm debugging or adding features - but I think DX-wise it would be nicer to be able to trigger this functionality through the command line

3 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

I was trying out the pipeline controller for the first time and I felt a bit of a burden that just for the sake of trying I had to launch an agent

3 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

If this includes scheduling through pipelines, in my opinion there should be an option to execute a pipeline without an agent. Sometimes for development I just want to execute a pipeline on my local machine just as I would a task...

3 years ago
0 I'M Running

working directory is the same relative to the script, but the absolute path is different as the github action creates a new environment for it and deletes it after

3 years ago
0 I'M Running

this means that you supply the machine to execute the actions specified

3 years ago
0 I'M Running

Why is that an issue?

3 years ago
0 I'M Running

SuccessfulKoala55

3 years ago
0 I'M Running

when using the first checkout action, it goes checks out the repo

3 years ago
0 I'M Running

I'll anonimyze it and paste it in a sec

3 years ago
0 I'M Running

I can try something with $(pwd)

3 years ago
0 I'M Running

it is the location of the repo

3 years ago
0 I'M Running

I also ran it without $(pwd) on the Create Clearml task templates section, I added it because of CostlyOstrich36 's comments but it didn't help

3 years ago
0 I'M Running

anyway, my ultimate goal is to create templates for other tasks... Is that possible in any other way through the CLI?

3 years ago
0 I'M Running

Github actions allows to use self hosted runners

3 years ago
0 I'M Running

id did not help

3 years ago
0 I'M Running

SuccessfulKoala55 ⬆ sorry for the delay, was at a meeting

3 years ago
0 I'M Running

I can't specify the absolute path, it is dynamically created

3 years ago
0 I'M Running

I can try do an ls to see what it will print out

3 years ago
0 I'M Running

and I run these command manually

3 years ago
0 I'M Running

` name: XXXXXXXXXX

on:
workflow_dispatch

jobs:
test-monthly-predictions:
runs-on: self-hosted
env:
DATA_DIR: ${{ secrets.RUNNER_DATA_DIR }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.RUNNER_CREDS }}
steps:
# Checkout
- name: Check out repository code
uses: actions/checkout@v2

  # Setup python environment
  - name: Setup up python environment using Poetry
    run: |
      /home/elior/.poetry/bin/poetry env use python3.9
  ...
3 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

3 years ago
0 I'M Running

but when it is executed through github actions, I get this error

3 years ago
0 I'M Running

it works without any problem

3 years ago
0 I'M Running

I executed it now with full path, using $(pwd)

3 years ago
0 I'M Running

to see if it contains the .git folder

3 years ago
Show more results compactanswers